@@ -10,7 +10,7 @@ |
||
| 10 | 10 | { |
| 11 | 11 | public static function from(Expectation $expectation): callable |
| 12 | 12 | { |
| 13 | - return function ($request) use ($expectation) { |
|
| 13 | + return function($request) use ($expectation) { |
|
| 14 | 14 | if ($regex = $expectation->getPathRegex()) { |
| 15 | 15 | /** @var RequestInterface $request */ |
| 16 | 16 | if (!preg_match($regex, $request->getUri()->getPath(), $matches)) { |