@@ -57,7 +57,7 @@ |
||
57 | 57 | |
58 | 58 | public function findByPattern($pattern) |
59 | 59 | { |
60 | - $matcher = function($subject) use ($pattern) { |
|
60 | + $matcher = function ($subject) use ($pattern) { |
|
61 | 61 | return BbplMatch::match($pattern, $subject); |
62 | 62 | }; |
63 | 63 |
@@ -57,7 +57,7 @@ |
||
57 | 57 | )); |
58 | 58 | } |
59 | 59 | |
60 | - $this->name = (string) $name; |
|
60 | + $this->name = (string)$name; |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | public function __toString() |