Passed
Push — master ( 35250d...4f6f8e )
by Cesar
02:08
created
src/Rotation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,9 +55,9 @@
 block discarded – undo
55 55
     /**
56 56
      * Old versions of log files are compressed.
57 57
      */
58
-    public function compress(bool|int $level = true): self
58
+    public function compress(bool | int $level = true): self
59 59
     {
60
-        $this->_compress = (bool)($level);
60
+        $this->_compress = (bool) ($level);
61 61
         $this->_compressLevel = is_numeric($level)
62 62
             ? $level
63 63
             : self::COMPRESS_DEFAULT_LEVEL;
Please login to merge, or discard this patch.