Robert Lemke

Results 16 issues of 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

P: Flow

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...

Feature

### 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...

T: PHP
P: Flow
Bug

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.

T: PHP
P: Flow
Feature

### 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...

T: PHP
P: Flow
Bug

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; } ```...

Bug

### 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...

Bug

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...

:telephone_receiver: Needs feedback