Completed
Push — 2.x ( 5c2340...e1da9c )
by Akihito
02:40
created
src/SpyCompiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
         return $class . $this->getInterceptors($bind);
29 29
     }
30 30
 
31
+    /**
32
+     * @param string $class
33
+     */
31 34
     private function hasNoBinding($class, BindInterface $bind) : bool
32 35
     {
33 36
         $hasMethod = $this->hasBoundMethod($class, $bind);
Please login to merge, or discard this patch.