Completed
Push — 2.x ( 144798...0daeb2 )
by Akihito
13s queued 10s
created
src/SpyCompiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         return $newClass;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $class
38
+     */
36 39
     private function hasNoBinding($class, BindInterface $bind) : bool
37 40
     {
38 41
         $hasMethod = $this->hasBoundMethod($class, $bind);
Please login to merge, or discard this patch.