Passed
Push — master ( 14764d...60a477 )
by De Cramer
02:38
created
Controller/ConfigController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     protected function getConfigPathFromRequest(Request $request): string
80 80
     {
81
-        $configPath = $request->get('config',  null);
81
+        $configPath = $request->get('config', null);
82 82
         $configPath = str_replace(".", "/", $configPath);
83 83
         $configPath = ltrim($configPath, '/');
84 84
 
Please login to merge, or discard this patch.