Update concurrency handling

This commit is contained in:
DariusIII
2026-05-15 10:44:52 +02:00
parent 83c5624979
commit efa7b748cd
7 changed files with 15 additions and 121 deletions
-11
View File
@@ -786,17 +786,6 @@ parameters:
count: 1
path: app/Services/Categorization/CategorizationService.php
-
message: '#^Method App\\Services\\Concurrency\\TimeoutAwareProcessDriver\:\:run\(\) has parameter \$tasks with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Services/Concurrency/TimeoutAwareProcessDriver.php
-
message: '#^Method App\\Services\\Concurrency\\TimeoutAwareProcessDriver\:\:run\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: app/Services/Concurrency/TimeoutAwareProcessDriver.php
-
message: '#^Strict comparison using \!\=\= between non\-empty\-array\<mixed, mixed\> and array\{\} will always evaluate to true\.$#'