PHPStan #24
Annotations
6 errors
phpstan:
src/Actions/DeeplTranslatableAction.php#L23
Undefined variable: $this
|
phpstan:
src/Actions/DeeplTranslatableAction.php#L23
Variable $this in PHPDoc tag @var does not exist.
|
phpstan:
src/Jobs/TranslateJob.php#L30
Access to an undefined property Illuminate\Database\Eloquent\Model::$translatable.
|
phpstan:
src/Jobs/TranslateJob.php#L34
Call to an undefined method Illuminate\Database\Eloquent\Model::getTranslation().
|
phpstan:
src/Jobs/TranslateJob.php#L39
Call to an undefined method Illuminate\Database\Eloquent\Model::setTranslation().
|
phpstan
Process completed with exit code 1.
|