Completed
Pull Request — 2.x (#349)
by Alexander
02:20
created
src/Core/AbstractAspectLoaderExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Aop/Framework/ClassFieldAccess.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Instrument/ClassLoading/CachePathManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * @param string $resource
140
-     * @return bool|string
140
+     * @return false|string
141 141
      */
142 142
     public function getCachePathForResource(string $resource)
143 143
     {
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
      * This data will be persisted during object destruction
200 200
      *
201 201
      * @param string $class         Name of the class
202
-     * @param array  $classFileName Miscellaneous information about resource
202
+     * @param string  $classFileName Miscellaneous information about resource
203 203
      */
204 204
     public function addClassMap(string $class, $classFileName)
205 205
     {
Please login to merge, or discard this patch.