feat: github actions #1
Annotations
10 errors and 1 warning
phpstan:
src/Bus.php#L20
Class Illuminate\Contracts\Bus\Dispatcher not found.
|
phpstan:
src/Bus.php#L20
Function app not found.
|
phpstan:
src/Bus.php#L20
PHPDoc tag @var for variable $busFake contains unknown class Illuminate\Support\Testing\Fakes\BusFake.
|
phpstan:
src/Bus.php#L22
Call to static method assertTrue() on an unknown class PHPUnit\Framework\Assert.
|
phpstan:
src/Bus.php#L23
Call to method dispatchedBatches() on an unknown class Illuminate\Support\Testing\Fakes\BusFake.
|
phpstan:
src/Bus.php#L23
Function collect not found.
|
phpstan:
src/Bus.php#L24
Class Circle33\LaravelBusFluentable\FluentPendingBatch does not have a constructor and must be instantiated without any parameters.
|
phpstan:
src/FluentPendingBatch.php#L11
Class Circle33\LaravelBusFluentable\FluentPendingBatch extends unknown class Illuminate\Support\Testing\Fakes\PendingBatchFake.
|
phpstan:
src/FluentPendingBatch.php#L30
Call to static method assertCount() on an unknown class PHPUnit\Framework\Assert.
|
phpstan:
src/FluentPendingBatch.php#L32
Access to an undefined property Circle33\LaravelBusFluentable\FluentPendingBatch::$jobs.
|
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|