@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | $started = time(); |
35 | 35 | |
36 | - while(true) |
|
36 | + while (true) |
|
37 | 37 | { |
38 | 38 | if (!$this->storageDriver->exists($lockFileName)) |
39 | 39 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | public function __construct() |
16 | 16 | { |
17 | - $this->factoryMap['dummy'] = function () |
|
17 | + $this->factoryMap['dummy'] = function() |
|
18 | 18 | { |
19 | 19 | return new DummyStorageDriver(); |
20 | 20 | }; |