Skip to content

PHPStan

PHPStan #24

Triggered via push November 26, 2024 12:54
Status Failure
Total duration 43s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

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.