Skip to content

Commit 1a99907

Browse files
committed
Fixed build
1 parent d106813 commit 1a99907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Sniffs/Functions/data/strictCallErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 7.4
22

33
array_search(0, [1, 2]);
44
array_keys([], 0);

tests/Sniffs/Functions/data/strictCallNoErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 7.4
22

33
namespace Foo;
44

0 commit comments

Comments
 (0)