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
When running the script, an error occurs while processing the file .... The error points to an undefined method getParamImmediatelyInvokedCallableTagValues() in PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode. The error occurs on line 308.
[ERROR] Could not process "..." file, due
to:
"Call to undefined method
PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getParamImmediatelyInvokedCallableTagValues()". On line: 308
Versions
spatie/ray package version: 1.41.2
PHP version: 8.3
To Reproduce
Steps to reproduce the behavior:
Run the script (vendor/bin/remove-ray.sh) that processes PHP files.
Expected behavior
The script should process the file without encountering any undefined method errors.
Additional context
This issue seems related to PHPStan's PhpDocParser handling of callable tag values. The method getParamImmediatelyInvokedCallableTagValues() might not exist or be incorrectly referenced in the processing logic./
The text was updated successfully, but these errors were encountered:
When running the script, an error occurs while processing the file
...
. The error points to an undefined methodgetParamImmediatelyInvokedCallableTagValues()
inPHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode
. The error occurs on line 308.Versions
To Reproduce
Steps to reproduce the behavior:
Run the script (
vendor/bin/remove-ray.sh
) that processes PHP files.Expected behavior
The script should process the file without encountering any undefined method errors.
Additional context
This issue seems related to PHPStan's
PhpDocParser
handling of callable tag values. The methodgetParamImmediatelyInvokedCallableTagValues()
might not exist or be incorrectly referenced in the processing logic./The text was updated successfully, but these errors were encountered: