Skip to content

Commit 8a20b80

Browse files
committed
fix: PHPStan error
1 parent dfbad49 commit 8a20b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5470,7 +5470,7 @@
54705470
$ignoreErrors[] = [
54715471
// identifier: empty.notAllowed
54725472
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
5473-
'count' => 10,
5473+
'count' => 11,
54745474
'path' => __DIR__ . '/system/HTTP/CURLRequest.php',
54755475
];
54765476
$ignoreErrors[] = [

0 commit comments

Comments
 (0)