Skip to content

Commit aa1efc0

Browse files
jrfnljaapio
authored andcommitted
CS: no whitespace before return type colon
1 parent c269e1b commit aa1efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract class Utils
4747
*
4848
* @throws PcreException
4949
*/
50-
public static function pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0) : array
50+
public static function pregSplit(string $pattern, string $subject, int $limit = -1, int $flags = 0): array
5151
{
5252
$parts = php_preg_split($pattern, $subject, $limit, $flags);
5353
if ($parts === false) {

0 commit comments

Comments
 (0)