Simon Gadient
Simon Gadient
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When resolving the `Neos\Flow\Validation\Validator\EmailAddressValidator` with options, I get the following exception:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using constants in a method signature I'm getting the exception:...
`$actionRequest->getHttpRequest()->getUri()` returns the original request Uri, which conflicts if the Setting `Neos.Flow.http.baseUri` is overwritten. TBH: I'm not sure if this is really the best way to replace the base uri,...
So far, only the exception file was written but no entry in the log itself. (Possibly, this was part of a previous implementation of the logThrowable method in Flow if...
When using the `DefaultFieldResolver` there is the following risk: Resolving an object through the "magic" ObjectAccess returning a property value that is callable, the resolver will call this function. ```php...
KnownTypeNames validation fails for fragments with variables (experimentalFragmentVariables option)
This fixes building a schema with `experimentalFragmentVariables`. Currenty, the `DocumentValidator` returns `Unknown type "String"`. Example: ``` $typeDefs = ' type Hello { world(phrase: String): String } fragment hello($phrase: String =...