@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | /** |
159 | 159 | * Invokes current field access with all interceptors |
160 | 160 | * |
161 | - * @param object $instance Instance of object |
|
161 | + * @param \Go\Proxy\PropertyInterceptionTrait $instance Instance of object |
|
162 | 162 | * @param integer $accessType Type of access: READ or WRITE |
163 | 163 | * @param mixed $originalValue Original value of property |
164 | 164 | * @param mixed $newValue New value to set |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | /** |
213 | 213 | * Returns the static part of this joinpoint. |
214 | 214 | * |
215 | - * @return object |
|
215 | + * @return ReflectionProperty |
|
216 | 216 | */ |
217 | 217 | final public function getStaticPart() |
218 | 218 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Go\Aop\Support; |
13 | 13 | |
14 | -use Go\Aop\Advice; |
|
15 | 14 | use Go\Aop\IntroductionAdvisor; |
16 | 15 | use Go\Aop\IntroductionInfo; |
17 | 16 | use Go\Aop\Pointcut\PointcutClassFilterTrait; |