Skip to content

Commit a86560c

Browse files
committed
PHPStan: Accept mixed in array
The immediate call to `Utils\assoc_args_to_str()` handles `bool`, `array`, and anything `escapeshellarg()` can handle.
1 parent b2add61 commit a86560c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ public function drop_db(): void {
12471247

12481248
/**
12491249
* @param string $command
1250-
* @param array<string, string> $assoc_args
1250+
* @param array<string, mixed> $assoc_args
12511251
* @param string $path
12521252
* @return Process
12531253
*/

0 commit comments

Comments
 (0)