Completed
Push — master ( 79e63b...a5181c )
by Daniel
05:26 queued 02:19
created
tests/MimeUploadValidatorTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
         $tmpFileName = 'UploadTest-testUpload.jpg';
8 8
         $tmpFilePath = TEMP_FOLDER . '/' . $tmpFileName;
9 9
         $tmpFileContent = '';
10
-        for ($i=0; $i<10000; $i++) {
10
+        for ($i = 0; $i < 10000; $i++) {
11 11
             $tmpFileContent .= '0';
12 12
         }
13 13
         file_put_contents($tmpFilePath, $tmpFileContent);
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
         $tmpFileName = 'text.TXT';
39 39
         $tmpFilePath = TEMP_FOLDER . '/' . $tmpFileName;
40 40
         $tmpFileContent = '';
41
-        for ($i=0; $i<10000; $i++) {
41
+        for ($i = 0; $i < 10000; $i++) {
42 42
             $tmpFileContent .= '0';
43 43
         }
44 44
         file_put_contents($tmpFilePath, $tmpFileContent);
Please login to merge, or discard this patch.