Passed
Push — master ( b71d8d...e6115e )
by Petr
02:57
created
php-src/Uploader/Calculates.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function __construct(int $bytesPerPart = null)
22 22
     {
23
-        $this->bytesPerPart = empty($bytesPerPart) ? static::DEFAULT_BYTES_PER_PART : $bytesPerPart ;
23
+        $this->bytesPerPart = empty($bytesPerPart) ? static::DEFAULT_BYTES_PER_PART : $bytesPerPart;
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.