Bug 439586

Summary: PHP 8.0: Named arguments
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:55:21 UTC
SUMMARY

"Subset" of 437992.

In PHP8, it is now possible to name arguments and then use these names when calling them, without the need to specify preceeding arguments. This can be very beneficial especially when using autowiring and similar functions in DI containers. KDevelop should support this new feature.

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