Passed
Push — master ( e2c2d9...e0821d )
by Darko
08:50
created
app/Http/Controllers/Admin/AdminNzbController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
         switch ($errorCode) {
115 115
             case UPLOAD_ERR_INI_SIZE:
116 116
                 return "The file '{$fileName}' exceeds the upload_max_filesize directive (".
117
-                       ini_get('upload_max_filesize').').';
117
+                        ini_get('upload_max_filesize').').';
118 118
             case UPLOAD_ERR_FORM_SIZE:
119 119
                 return "The file '{$fileName}' exceeds the MAX_FILE_SIZE directive specified in the HTML form.";
120 120
             case UPLOAD_ERR_PARTIAL:
Please login to merge, or discard this patch.