mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
CS: no whitespace before return type colon
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ abstract class Utils
|
||||
*
|
||||
* @throws PcreException
|
||||
*/
|
||||
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
|
||||
{
|
||||
$parts = php_preg_split($pattern, $subject, $limit, $flags);
|
||||
if ($parts === false) {
|
||||
|
||||
Reference in New Issue
Block a user