Skip to content

Commit 2cbd1a3

Browse files
committed
Fix build
1 parent 6fbd6e4 commit 2cbd1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Rules/Arrays/data/bug-9991.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Bug9991;
44

55
function (): void {
6-
$data = json_decode(file_get_contents('') ?: '', flags: JSON_THROW_ON_ERROR | JSON_OBJECT_AS_ARRAY);
6+
$data = json_decode(file_get_contents('') ?: '', true, 512, JSON_THROW_ON_ERROR | JSON_OBJECT_AS_ARRAY);
77

88
if (
99
isset($data['title'])

0 commit comments

Comments
 (0)