@@ -71,7 +71,7 @@ |
||
71 | 71 | */ |
72 | 72 | public static function split($pattern, $string, $limit = -1, $flags = 0) |
73 | 73 | { |
74 | - $offset_capture = (bool)($flags & PREG_SPLIT_OFFSET_CAPTURE); |
|
74 | + $offset_capture = (bool) ($flags & PREG_SPLIT_OFFSET_CAPTURE); |
|
75 | 75 | |
76 | 76 | $lengths = self::getSplitLengths($pattern, $string); |
77 | 77 |