@@ -60,7 +60,7 @@ |
||
60 | 60 | * |
61 | 61 | * @param Aspect $aspect Instance of current aspect |
62 | 62 | * @param Annotation\BaseAnnotation|Annotation\BaseInterceptor $metaInformation |
63 | - * @param mixed|\ReflectionMethod|\ReflectionProperty $reflection Reflection of point |
|
63 | + * @param \Reflector $reflection Reflection of point |
|
64 | 64 | * |
65 | 65 | * @throws \UnexpectedValueException if there was an error during parsing |
66 | 66 | * @return Pointcut|PointFilter |
@@ -115,7 +115,7 @@ |
||
115 | 115 | |
116 | 116 | /** |
117 | 117 | * @param string $resource |
118 | - * @return bool|string |
|
118 | + * @return false|string |
|
119 | 119 | */ |
120 | 120 | public function getCachePathForResource(string $resource) |
121 | 121 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * And constructor |
37 | 37 | * |
38 | - * @param PointFilter[] $filters List of filters to combine |
|
38 | + * @param PointFilter $filters List of filters to combine |
|
39 | 39 | */ |
40 | 40 | public function __construct(PointFilter ...$filters) |
41 | 41 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Or constructor |
37 | 37 | * |
38 | - * @param PointFilter[] $filters List of filters to combine |
|
38 | + * @param PointFilter $filters List of filters to combine |
|
39 | 39 | */ |
40 | 40 | public function __construct(PointFilter ...$filters) |
41 | 41 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | /** |
160 | 160 | * Invokes current field access with all interceptors |
161 | 161 | * |
162 | - * @param object $instance Instance of object |
|
162 | + * @param \Go\Proxy\Part\PropertyInterceptionTrait $instance Instance of object |
|
163 | 163 | * @param integer $accessType Type of access: READ or WRITE |
164 | 164 | * @param mixed $originalValue Original value of property |
165 | 165 | * @param mixed $newValue New value to set |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | /** |
214 | 214 | * Returns the static part of this joinpoint. |
215 | 215 | * |
216 | - * @return object |
|
216 | + * @return ReflectionProperty |
|
217 | 217 | */ |
218 | 218 | final public function getStaticPart() |
219 | 219 | { |