Phpinspectionsea: ::class missmatch error on all class constant usages

Created on 10 Jul 2017  路  2Comments  路  Source: kalessil/phpinspectionsea

there something wrong in ::class case missmatch inspection: https://gist.github.com/bcremer/9e8d6903ae38a25784fb1985967c6056. All class usages are highlighted invalid in my projects. As this also contains all vendor files there must be an error on filename compare. (os: Linux)

$this->createMock(Foobar::class)
$builder->add('salutation', ChoiceType::class, []
bug / false-positive fixed

Most helpful comment

Fixed, 2.3.8.1 is out.

All 2 comments

Fixed, 2.3.8.1 is out.

@Haehnchen : huge thanks for your reports!

Was this page helpful?
0 / 5 - 0 ratings