for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
\App::route()->get()->url( 'hook' )->handle( function () { return 'acceptance:/hook'; } );
route()
App
__callStatic
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
\App::/** @scrutinizer ignore-call */
route()->get()->url( 'hook' )->handle( function () { return 'acceptance:/hook'; } );
\App::route()->all();