Passed
Push — main ( e461b7...c6a0ef )
by Dmitriy
02:09
created
src/StacktraceParser.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -83,6 +83,4 @@
 block discarded – undo
83 83
                 'Parse error'
84 84
             );
85 85
         }
86
-        return $matches;
87
-    }
88
-}
89 86
\ No newline at end of file
87
+        return $matches
90 88
\ 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
@@ -83,6 +83,4 @@
 block discarded – undo
83 83
                 'Parse error'
84 84
             );
85 85
         }
86
-        return $matches;
87
-    }
88
-}
89 86
\ No newline at end of file
87
+        return $matches
90 88
\ 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
@@ -83,6 +83,4 @@
 block discarded – undo
83 83
                 'Parse error'
84 84
             );
85 85
         }
86
-        return $matches;
87
-    }
88
-}
89 86
\ No newline at end of file
87
+        return $matches
90 88
\ 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
@@ -83,6 +83,4 @@
 block discarded – undo
83 83
                 'Parse error'
84 84
             );
85 85
         }
86
-        return $matches;
87
-    }
88
-}
89 86
\ No newline at end of file
87
+        return $matches
90 88
\ 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
@@ -83,6 +83,4 @@
 block discarded – undo
83 83
                 'Parse error'
84 84
             );
85 85
         }
86
-        return $matches;
87
-    }
88
-}
89 86
\ No newline at end of file
87
+        return $matches
90 88
\ No newline at end of file
Please login to merge, or discard this patch.