We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269e1b commit aa1efc0Copy full SHA for aa1efc0
src/Utils.php
@@ -47,7 +47,7 @@ abstract class Utils
47
*
48
* @throws PcreException
49
*/
50
- public static function pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0) : array
+ public static function pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0): array
51
{
52
$parts = php_preg_split($pattern, $subject, $limit, $flags);
53
if ($parts === false) {
0 commit comments