Passed
Push — master ( 34a83f...053766 )
by kill
03:49
created
core/App.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Dotenv\Dotenv;
10 10
 use puck\Config;
11 11
 use puck\Route;
12
-use puck\tools\Arr;
13 12
 use Whoops\Run;
14 13
 
15 14
 class App extends Container {
Please login to merge, or discard this patch.
core/Route.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,7 @@
 block discarded – undo
98 98
             }
99 99
         } catch (\ReflectionException $e) {
100 100
             return false;
101
-        }
102
-        catch (\InvalidArgumentException $e) {
101
+        } catch (\InvalidArgumentException $e) {
103 102
             return false;
104 103
         }
105 104
         return true;
Please login to merge, or discard this patch.