Skip to content

Commit 3f85ca4

Browse files
committed
phpstan config update
1 parent 982f45e commit 3f85ca4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

phpstan.neon.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
paths:
1818
- src/Config/Services.php
1919
-
20-
message: '#Call to an undefined method Michalsn\\CodeIgniterQueue\\Handlers\\BaseHandler::push\(\).#'
20+
message: '#Call to an undefined method CodeIgniter\\Queue\\Handlers\\BaseHandler::push\(\).#'
2121
paths:
2222
- src/Handlers/BaseHandler.php
2323
-
@@ -40,19 +40,19 @@ parameters:
4040
- tests/RedisHandlerTest.php
4141
- tests/PredisHandlerTest.php
4242
-
43-
message: '#Call to an undefined method Michalsn\\CodeIgniterQueue\\Models\\QueueJobFailedModel::affectedRows\(\).#'
43+
message: '#Call to an undefined method CodeIgniter\\Queue\\Models\\QueueJobFailedModel::affectedRows\(\).#'
4444
paths:
4545
- src/Handlers/BaseHandler.php
4646
-
47-
message: '#Call to an undefined method Michalsn\\CodeIgniterQueue\\Models\\QueueJobFailedModel::truncate\(\).#'
47+
message: '#Call to an undefined method CodeIgniter\\Queue\\Models\\QueueJobFailedModel::truncate\(\).#'
4848
paths:
4949
- src/Handlers/BaseHandler.php
5050
-
51-
message: '#Parameter \#3 \$tries of method Michalsn\\CodeIgniterQueue\\Commands\\QueueWork::handleWork\(\) expects int\|null, string\|true\|null given.#'
51+
message: '#Parameter \#3 \$tries of method CodeIgniter\\Queue\\Commands\\QueueWork::handleWork\(\) expects int\|null, string\|true\|null given.#'
5252
paths:
5353
- src/Commands/QueueWork.php
5454
-
55-
message: '#Parameter \#4 \$retryAfter of method Michalsn\\CodeIgniterQueue\\Commands\\QueueWork::handleWork\(\) expects int\|null, string\|true\|null given.#'
55+
message: '#Parameter \#4 \$retryAfter of method CodeIgniter\\Queue\\Commands\\QueueWork::handleWork\(\) expects int\|null, string\|true\|null given.#'
5656
paths:
5757
- src/Commands/QueueWork.php
5858
-

0 commit comments

Comments
 (0)