Test Setup Failed
Branch master (15e35c)
by Timur
08:31
created
src/PhpInterface.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,6 +59,4 @@
 block discarded – undo
59 59
             $this->extends[] = $this->resolveQualifier($extend);
60 60
         }
61 61
 
62
-        return $this;
63
-    }
64
-}
62
+        return $this
65 63
\ 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
@@ -59,6 +59,4 @@
 block discarded – undo
59 59
             $this->extends[] = $this->resolveQualifier($extend);
60 60
         }
61 61
 
62
-        return $this;
63
-    }
64
-}
62
+        return $this
65 63
\ 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
@@ -59,6 +59,4 @@
 block discarded – undo
59 59
             $this->extends[] = $this->resolveQualifier($extend);
60 60
         }
61 61
 
62
-        return $this;
63
-    }
64
-}
62
+        return $this
65 63
\ 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
@@ -59,6 +59,4 @@
 block discarded – undo
59 59
             $this->extends[] = $this->resolveQualifier($extend);
60 60
         }
61 61
 
62
-        return $this;
63
-    }
64
-}
62
+        return $this
65 63
\ 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
@@ -59,6 +59,4 @@
 block discarded – undo
59 59
             $this->extends[] = $this->resolveQualifier($extend);
60 60
         }
61 61
 
62
-        return $this;
63
-    }
64
-}
62
+        return $this
65 63
\ No newline at end of file
Please login to merge, or discard this patch.
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.