@@ -37,7 +37,7 @@ |
||
| 37 | 37 | ->given($invalidCacheDir = __DIR__.'/Invalid') |
| 38 | 38 | ->given($nonWritableCacheDir = '/root') |
| 39 | 39 | ->then() |
| 40 | - ->exception(function () use ($nonWritableCacheDir) { |
|
| 40 | + ->exception(function() use ($nonWritableCacheDir) { |
|
| 41 | 41 | new FileCache($nonWritableCacheDir); |
| 42 | 42 | })->isInstanceOf(\InvalidArgumentException::class) |
| 43 | 43 | ->boolean(is_dir($invalidCacheDir)) |