Robert Lemke
Robert Lemke
This change fixes proxy compilation for certain cases where "class" was used as a string in multi-line quoted strings or within comments. Resolves: #1835
This change adjusts the proxy building and dependency injection process to properly handle PHP 7.4 class property type declarations. It resolves #2114 Also resolve #2601 **How to verify it** What...
### Steps to Reproduce Given, there is an action as part of an Action Controller which expects an object as its argument: ```php /** * @param MyValueObject $myValueObject */ public...
#2913
Modernize and adjust the Reflection Service based on PHP 8.1 with full support for analyzing PHP code based on 8.0, 8.1 or 8.2.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior An original class containing an __invoke() method with a return type...
The TypeGenerator failed with "type 'null' cannot be nullable" when `fromReflectionType()` was called for a method with a return type "null" due to a incorrect comparison with the string "null"....
### Bug Report | Q | A |------------ | ------ | Version(s) | 14.12.x #### Summary Consider the following method: ```php public function alwaysNull(): null { return null; } ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using Flow 9.0-dev and PHP 8.3, with a certain combination of...
Does anything speak against renaming master to main? It shouldn't break anyone's code in production (because you shouldn't use `main` for that) and people will notice and can easily update...