Completed
Push — phpstan ( c71af1 )
by Akihito
03:44 queued 02:43
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.