@@ -28,6 +28,9 @@ |
||
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); |
@@ -20,7 +20,6 @@ |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * @param AbstractModule $module Binding module |
23 | - * @param string $tmpDir Writable directory for generated AOP classes |
|
24 | 23 | */ |
25 | 24 | public function __construct(AbstractModule $module, string $classDir) |
26 | 25 | { |