Passed
Push — development ( c2eef4...cd567a )
by Thomas
06:26
created
htdocs/src/OcLegacy/Cronjobs/OkapiCleanup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @param string $okapiVarDir
24 24
      */
25
-    public function __construct($okapiVarDir = __DIR__.'/../../../var/okapi')
25
+    public function __construct($okapiVarDir = __DIR__ . '/../../../var/okapi')
26 26
     {
27 27
         $this->okapiVarDir = $okapiVarDir;
28 28
     }
Please login to merge, or discard this patch.