Skip to content

Commit 3b9deae

Browse files
committed
fix: PHPStan error
1 parent f5fa4c0 commit 3b9deae

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
@@ -5410,7 +5410,7 @@
54105410
$ignoreErrors[] = [
54115411
// identifier: empty.notAllowed
54125412
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
5413-
'count' => 10,
5413+
'count' => 11,
54145414
'path' => __DIR__ . '/system/HTTP/CURLRequest.php',
54155415
];
54165416
$ignoreErrors[] = [

0 commit comments

Comments
 (0)