Merge pull request #20 from mozex/main #53
Annotations
4 errors
phpstan
Process completed with exit code 1.
|
phpstan:
src/RouteTest.php#L41
Cannot call method toRoute() on Illuminate\Contracts\Routing\UrlGenerator|string.
|
phpstan:
src/RouteTest.php#L0
Ignored error pattern #^PHPDoc tag @var for variable \$testResponse contains generic class Illuminate\\Testing\\TestResponse but does not specify its types\: TResponse$# in path /home/runner/work/pest-plugin-route-testing/pest-plugin-route-testing/src/RouteTest.php was not matched in reported errors.
|
phpstan:
src/RouteTest.php#L0
Ignored error pattern #^Call to an undefined method Illuminate\\Contracts\\Routing\\UrlGenerator\:\:toRoute\(\)\.$# in path /home/runner/work/pest-plugin-route-testing/pest-plugin-route-testing/src/RouteTest.php was not matched in reported errors.
|