Skip to content

Commit a824fd1

Browse files
committed
Fix phpstan error
1 parent 907120e commit a824fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Preg.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public static function splitWithOffset($pattern, $subject, $limit = -1, $flags =
221221
throw PcreException::fromFunction('preg_split', $pattern);
222222
}
223223

224+
// @phpstan-ignore-next-line See https://github.com/phpstan/phpstan/issues/6155
224225
return $result;
225226
}
226227

0 commit comments

Comments
 (0)