for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helldar\LaravelLangPublisher\Concerns;
use Helldar\LaravelLangPublisher\Facades\Path;
trait Pathable
{
protected function pathVendor(string $path = null): string
$this->log('Getting the vendor path.');
log()
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
$this->/** @scrutinizer ignore-call */
log('Getting the vendor path.');
return Path::vendor($path);
}