Julien Falque

Results 34 issues of Julien Falque

It seems that ComposerRequireChecker isn't able to detect when called functions are declared in the same file. For example, with the following file: ```php

With the property: ```php class Foo { /** * @var 1|2|3 * * @ORM\Column(type="smallint", options={"unsigned": true}) */ private $foo; } ``` The following error is reported: ``` Property Foo::$foo type...

I have an issue that is similar to what https://github.com/nelmio/alice/issues/516#issuecomment-334453967 reported: when I use a literal `@` sign in a PHP expression, it is always parsed as a reference, e.g.:...

Bug
Lexer

Fixes #823, #776, #4950, #5115 and #6519; replaces #4721. Extracted: - [x] #5751 - [x] #5932 - [x] #5960 - [x] #6399 - [x] #6452 - [x] #6458

kind/bug
kind/refactoring