The property jsonImportableRelations does not seem to exist on MathieuTu\JsonSyncer\Tests\Stubs\Model. Are you sure there is no database migration missing?
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.
Loading history...
14
15
return $this;
16
}
17
18
public function setJsonImportableAttributesForTests($attributes)
The property jsonImportableAttributes does not seem to exist on MathieuTu\JsonSyncer\Tests\Stubs\Model. Are you sure there is no database migration missing?
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.
$this of type MathieuTu\JsonSyncer\Tests\Stubs\Model is incompatible with the type MathieuTu\JsonSyncer\Contracts\JsonImportable expected by parameter $importable of MathieuTu\JsonSyncer\Hel...orter::importFromJson().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.