for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
*
* (c) Muhideen Mujeeb Adeoye <[email protected]>
*/
if (! function_exists('sendchamp')) {
function sendchamp()
{
return app()->make('laravel-sendchamp');
app
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
return /** @scrutinizer ignore-call */ app()->make('laravel-sendchamp');
}