@@ -111,7 +111,7 @@ |
||
| 111 | 111 | break; |
| 112 | 112 | |
| 113 | 113 | case Prefer::SHORTEST: |
| 114 | - $match = $this->parseShortest($input,$offset, $context); |
|
| 114 | + $match = $this->parseShortest($input, $offset, $context); |
|
| 115 | 115 | break; |
| 116 | 116 | } |
| 117 | 117 | |