PHPStan level 2 #110
Annotations
8 errors
phpstan (8.3, stable):
tests/Graph/Concatenation/AncestorsTest.php#L63
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Illuminate\Database\Eloquent\Model>::$id.
|
phpstan (8.3, stable):
tests/Graph/Concatenation/DescendantsTest.php#L60
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Illuminate\Database\Eloquent\Model>::$id.
|
phpstan (8.3, stable):
tests/Tree/Concatenation/AncestorsTest.php#L64
Access to an undefined property Staudenmeir\LaravelAdjacencyList\Eloquent\Collection<int, Staudenmeir\LaravelAdjacencyList\Tests\Tree\Models\User>::$id.
|
phpstan (8.3, stable):
tests/Tree/Concatenation/AncestorsTest.php#L65
Access to an undefined property Staudenmeir\LaravelAdjacencyList\Eloquent\Collection<int, Staudenmeir\LaravelAdjacencyList\Tests\Tree\Models\User>::$id.
|
phpstan (8.3, stable):
tests/Tree/Concatenation/DescendantsTest.php#L64
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Staudenmeir\LaravelAdjacencyList\Tests\Tree\Models\Post>::$id.
|
phpstan (8.3, stable):
tests/Tree/Concatenation/DescendantsTest.php#L65
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Staudenmeir\LaravelAdjacencyList\Tests\Tree\Models\Post>::$id.
|
phpstan (8.3, stable):
tests/Tree/Concatenation/DescendantsTest.php#L67
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Staudenmeir\LaravelAdjacencyList\Tests\Tree\Models\Post>::$id.
|
phpstan (8.3, stable)
Process completed with exit code 1.
|