Passed
Branch main (c5ff6f)
by Jeremy
10:56
created
Category
src/DeepzoomFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function getFilesystem()
48 48
     {
49
-        if (! isset($this->config['path'])) {
49
+        if (!isset($this->config['path'])) {
50 50
             throw new InvalidArgumentException('A "source" file system must be set.');
51 51
         }
52 52
 
Please login to merge, or discard this patch.