The trait Helldar\LaravelLangPublisher\Concerns\Logger requires the property $output which is not provided by Helldar\LaravelLangPubli...\Support\Actions\Action.
Loading history...
12
13
13
protected function text(string $value, bool $as_title = false): string
14
{
15
13
$this->log('Convert text to TitleCase: ' . $value . '.');
The expression return $as_title ? Helld...:title($value) : $value could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.