php-school / php8-appreciate

2020 PHP: A showcase and classroom for the cutting edge features of PHP 8

Home Page:http://www.phpschool.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constructor Property Promotion

mikeymike opened this issue · comments

Name: PHP has been Promoted

Brief

  • Provide a class implementation with multiple constructor properties
    • Create this as a file for them to reference
  • Ask them to rewrite in a more terse format using Constructor Property Promotion
    • Keeping all property visibility the same

Verification

Should be as simple as AST parsing.