Completed
Push — 2.x ( 183829...ac0eeb )
by Akihito
01:14
created
src/Compiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         return $aopClassName;
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $class
95
+     */
93 96
     private function hasNoBinding($class, BindInterface $bind) : bool
94 97
     {
95 98
         $hasMethod = $this->hasBoundMethod($class, $bind);
Please login to merge, or discard this patch.