Skip to content

Fix old static analysis #2241

Fix old static analysis

Fix old static analysis #2241

Triggered via pull request July 20, 2023 13:59
@spawniaspawnia
synchronize #2424
fix-old-stan
Status Failure
Total duration 5m 4s
Artifacts

validate.yml

on: pull_request
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Integration/Pagination/PaginateDirectiveDBTest.php#L269
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Integration/Schema/Directives/AllDirectiveTest.php#L306
Call to private method orderBy() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/User/UserBuilder.php#L21
Call to private method whereNotNull() of parent class Illuminate\Database\Eloquent\Builder<Tests\Utils\Models\User>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
coverage (8.1, ^9)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/