@@ -139,7 +139,7 @@ |
||
139 | 139 | if (!$this->hasFlag($segment)) { |
140 | 140 | return $segment; |
141 | 141 | } |
142 | - if (1 !== preg_match('/\$([^:\n]+)/' , $segment, $matches)) { |
|
142 | + if (1 !== preg_match('/\$([^:\n]+)/', $segment, $matches)) { |
|
143 | 143 | throw new AnnotationException('Invalid schema in @Annotation: @PermissionCheck(). Could not match route attributes'); |
144 | 144 | } |
145 | 145 |