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
In NodeDataProvider.php line 41:
Argument 2 passed to Psalm\Internal\Provider\NodeDataProvider::setType() must be an instance of Psalm\Type\Union, instance of Psalm\Type\Atomic\TGenericObject given, called in /Users/fiachra/repos/psalm-plugin-laravel/vendor/vimeo/ps
alm/src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticCallAnalyzer.php on line 1183
Psalm exit code: 0
Expected
I would expect the exit code to be 1
The text was updated successfully, but these errors were encountered:
After more debugging than I care to admit, this happened because underlying code in the laravel plugin was setting its own exception handler, overrriding psalm's.
Actual
Expected
I would expect the exit code to be 1
The text was updated successfully, but these errors were encountered: