Giter VIP home page Giter VIP logo

Comments (6)

ondrejmirtes avatar ondrejmirtes commented on July 17, 2024

Hi, this looks like the autoloader got mixed up. You have multiple copies of phpdoc-parser in your project, in different versions. Some of them might be inside PHARs.

The latest version is 1.22.0. Try to upgrade everything relevant in your project so that everything uses this version.

from phpdoc-parser.

gnutix avatar gnutix commented on July 17, 2024

I just did a composer update of all our dependencies before testing this again.. So I can't get more up-to-date than this.

from phpdoc-parser.

ondrejmirtes avatar ondrejmirtes commented on July 17, 2024

You should figure out where those two different versions are coming from, then we can do something about it.

from phpdoc-parser.

gnutix avatar gnutix commented on July 17, 2024

There's indeed 2 paths for this Lexer class that I can find in our project :

  • vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php (expected)
  • vendor/rector/rector/vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php (hello Rector my old friend.. 🎶)

Rector was defined in composer.json like so : "rector/rector": "^0.15", making it stuck to 0.15.25 when the latest version is 0.17. So I've updated it to 0.17, and now the error changed to :

1) Error
The data provider specified for App\Test\Unit\Infrastructure\Shared\PhpStan\Extensions\TypeInferenceTest::testAsserts is invalid.
Error: Undefined constant PHPStan\PhpDocParser\Lexer\Lexer::TOKEN_DOCTRINE_TAG
phar:///app/vendor/phpstan/phpstan/phpstan.phar/vendor/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php:118
phar:///app/vendor/phpstan/phpstan/phpstan.phar/vendor/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php:84
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/PhpDoc/PhpDocStringResolver.php:28
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:156
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:265
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:292
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:185
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:164
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Type/FileTypeMapper.php:113
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Reflection/BetterReflection/BetterReflectionProvider.php:258
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Reflection/BetterReflection/BetterReflectionProvider.php:235
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php:1475
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php:558
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php:1519
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php:574
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php:338
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Testing/TypeInferenceTestCase.php:49
phar:///app/vendor/phpstan/phpstan/phpstan.phar/src/Testing/TypeInferenceTestCase.php:78
/app/tests/unit/Infrastructure/Shared/PhpStan/Extensions/TypeInferenceTest.php:24

Thing is, I even tried to uninstall Rector (composer remove rector/rector); and the tests still fail with the same error. I can find only one usage of namespace PHPStan\PhpDocParser\Lexer in the whole project now.

Could another version of php-parser be hidden somewhere ? How could I find it ? (you mentionned PHARS, but I don't know what to do with that :s)

from phpdoc-parser.

ondrejmirtes avatar ondrejmirtes commented on July 17, 2024

Please create a small reproducing repository that shows the problem, otherwise I can't help you.

from phpdoc-parser.

github-actions avatar github-actions commented on July 17, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from phpdoc-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.