Bug 439582

Summary: PHP 8.0: Constructor property promotion
Product: [Applications] kdevelop Reporter: Jan Pavlicek <jan.pavlicek>
Component: Language Support: PHPAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist CC: pprkut
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jan Pavlicek 2021-07-07 07:45:00 UTC
SUMMARY

"Subset" of 437992.

KDevelop should support this new PHP8 feature - constructor property promotion. This feature basically allows to define class properties with defaults in the constructor, reducing boilerplate code.

https://wiki.php.net/rfc/constructor_promotion