Passed
Push — master ( 67c071...d4672d )
by Timur
04:47 queued 02:14
created
src/Comment.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,6 +96,4 @@
 block discarded – undo
96 96
         $parts = explode("\n", $text);
97 97
         $this->lines = [...$this->lines, ...$parts];
98 98
 
99
-        return $this;
100
-    }
101
-}
99
+        return $this
102 100
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,6 +96,4 @@
 block discarded – undo
96 96
         $parts = explode("\n", $text);
97 97
         $this->lines = [...$this->lines, ...$parts];
98 98
 
99
-        return $this;
100
-    }
101
-}
99
+        return $this
102 100
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,6 +96,4 @@
 block discarded – undo
96 96
         $parts = explode("\n", $text);
97 97
         $this->lines = [...$this->lines, ...$parts];
98 98
 
99
-        return $this;
100
-    }
101
-}
99
+        return $this
102 100
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,6 +96,4 @@
 block discarded – undo
96 96
         $parts = explode("\n", $text);
97 97
         $this->lines = [...$this->lines, ...$parts];
98 98
 
99
-        return $this;
100
-    }
101
-}
99
+        return $this
102 100
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,6 +96,4 @@
 block discarded – undo
96 96
         $parts = explode("\n", $text);
97 97
         $this->lines = [...$this->lines, ...$parts];
98 98
 
99
-        return $this;
100
-    }
101
-}
99
+        return $this
102 100
\ No newline at end of file
Please login to merge, or discard this patch.