Completed
Push — master ( 76fc36...ffb70c )
by Robbie
14s
created
src/MimeUploadValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
 
154 154
             if ($result === false) {
155 155
                 $this->errors[] = _t(
156
-                    __CLASS__ . '.INVALIDMIME',
156
+                    __CLASS__.'.INVALIDMIME',
157 157
                     'File extension does not match known MIME type'
158 158
                 );
159 159
 
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
             }
162 162
         } catch (MimeUploadValidatorException $e) {
163 163
             $this->errors[] = _t(
164
-                __CLASS__ . '.FAILEDMIMECHECK',
164
+                __CLASS__.'.FAILEDMIMECHECK',
165 165
                 'MIME validation failed: {message}',
166 166
                 'Argument 1: Message about why MIME type detection failed',
167 167
                 ['message' => $e->getMessage()]
Please login to merge, or discard this patch.