Skip to content

Commit a3a442e

Browse files
committed
[+]: ignore one test for PHP 7.1 v2
1 parent eb56243 commit a3a442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CheckerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function fsockopen ($hostname, $port = null, &$errno = null, &$errstr = null, $t
233233

234234
$phpCodeErrors = PhpCodeChecker::checkFromString($code, ['public'], true);
235235

236-
if (\PHP_VERSION_ID <= 70100) {
236+
if (\PHP_VERSION_ID <= 70199) {
237237
static::assertSame(
238238
[
239239
'[44]: missing parameter type for fsockopen() | parameter:errno',

0 commit comments

Comments
 (0)