Completed
Push — master ( 7f07e9...1c1a0a )
by Vladimir
02:17
created
src/components/TinifyResize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
             Yii::$app->getErrorHandler()->logException($ex);
165 165
         }
166 166
 
167
-        return (bool) $result;
167
+        return (bool)$result;
168 168
     }
169 169
 
170 170
     /**
Please login to merge, or discard this patch.
src/cli/TinifyController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 
163 163
         foreach ($filesToCompress as $index => $file) {
164 164
             try {
165
-                $this->stdout('[' . (++$index). "]\t" . $file);
165
+                $this->stdout('[' . (++$index) . "]\t" . $file);
166 166
                 $startTime = microtime(true);
167 167
                 $source = Source::fromFile($file);
168 168
                 $oldFile = Yii::getAlias($path . '/' . $oldCatalogName . '/' . StringHelper::basename($file));
Please login to merge, or discard this patch.
src/UploadedFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,6 +150,6 @@
 block discarded – undo
150 150
             Yii::$app->getErrorHandler()->logException($ex);
151 151
         }
152 152
 
153
-        return (bool) $result;
153
+        return (bool)$result;
154 154
     }
155 155
 }
Please login to merge, or discard this patch.