Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 1, 2023
1 parent 5af3521 commit ffbfa27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ parameters:
count: 1
path: src/Recorders/Jobs.php

-
message: "#^Cannot call method toDateTimeString\\(\\) on Carbon\\\\CarbonImmutable\\|null\\.$#"
count: 1
path: src/Recorders/Jobs.php

-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion src/Recorders/Jobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Jobs
* @var list<class-string>
*/
public array $listen = [
// JobFailed::class,
JobFailed::class,
JobProcessed::class,
JobProcessing::class,
JobExceptionOccurred::class,
Expand Down

0 comments on commit ffbfa27

Please sign in to comment.