You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ErrorException]
Undefined array key "type"
{closure}()
in vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php at line 74
PhpCsFixer\Doctrine\Annotation\Tokens::createFromDocComment()
in vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php at line 62
PhpCsFixer\AbstractDoctrineAnnotationFixer->applyFix()
in vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php at line 75
I'm seeing this more when using short tags like @doesNotPerformAssertions or @BeforeScenario (Behat).
The text was updated successfully, but these errors were encountered:
When using PHP-CS-Fixer the following code breaks:
I'm seeing this more when using short tags like
@doesNotPerformAssertions
or@BeforeScenario
(Behat).The text was updated successfully, but these errors were encountered: