Vincent Langlet
Vincent Langlet
> [@VincentLanglet](https://github.com/VincentLanglet) I worry `pure-callable` would find its way into messages where the purity is irrelevant. > > I tried an example (expecting `callable` to show up) and I'm surprised...
This is because ``` (string) $this->value ``` is considered as a `numeric-string` and not a simple `string`. You can reproduce the same error with a separate method if you use...
I feel like this can be closed @ondrejmirtes. The situation was resolved by https://github.com/phpstan/phpstan-src/pull/3326 New message is ``` Method HelloWorld::createArray() should return array but returns array. ``` and it's true,...
Friendly ping @roerbakei @ondrejmirtes this can be closed. This was fixed by https://github.com/phpstan/phpstan-src/pull/3326 The new error is valid https://phpstan.org/r/f8364c33-a1e5-4b04-8a4f-ff4869866264 Casting a float give a numeric string, and when used as...
There is the error ``` In MappingException.php line 112: The column type of attribute 'roles' on class 'Sonata\UserBundle\Tests\App\ Entity\User' could not be changed. ```
The doc need to be updated too, in order to remove reference of BaseUser3 https://github.com/sonata-project/SonataUserBundle/blob/a6169f318ad30a46ced640fad58a686e695e86f0/docs/reference/installation.rst#doctrine-orm-configuration
> @VincentLanglet @greg0ire how is the status for this MR? > > And do we need an update Script for existing data? See https://github.com/sonata-project/SonataUserBundle/pull/1685#issuecomment-2113465869 You can do it if you...
> @VincentLanglet the Doc update is one thing, should we try to something like my Update Script in a more automated way? > > [#1685 (comment)](https://github.com/sonata-project/SonataUserBundle/pull/1685#issuecomment-2166019519) > > Or is...
Since I see another update box PR https://github.com/phpstan/phpstan-src/pull/4446 I assume this one could be closed @theofidry (?)
Do you still encounter issue with DOMNamedNodeMap/DOMNode @Girgias ?