Passed
Branch master (e7e59f)
by Shiyu
02:25
created
Category
src/Injection/Reflection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      */
74 74
     public function hasConstructor() : bool
75 75
     {
76
-        return !! $this->constructParams;
76
+        return !!$this->constructParams;
77 77
     }
78 78
 
79 79
     /**
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      */
90 90
     public function hasProperties() : bool
91 91
     {
92
-        return !! $this->propertyInjects;
92
+        return !!$this->propertyInjects;
93 93
     }
94 94
 
95 95
     /**
Please login to merge, or discard this patch.