Completed
Pull Request — 1.x (#281)
by Alexander
03:34 queued 42s
created
src/Aop/Framework/ClassFieldAccess.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      *
124 124
      * @param int $stackLevel Stack level for check
125 125
      *
126
-     * @return true if access is OK
126
+     * @return boolean if access is OK
127 127
      */
128 128
     public function ensureScopeRule($stackLevel = 2)
129 129
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     /**
166 166
      * Invokes current field access with all interceptors
167 167
      *
168
-     * @param object $instance Instance of object
168
+     * @param \Go\Proxy\PropertyInterceptionTrait $instance Instance of object
169 169
      * @param integer $accessType Type of access: READ or WRITE
170 170
      * @param mixed $originalValue Original value of property
171 171
      * @param mixed $newValue New value to set
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     /**
220 220
      * Returns the static part of this joinpoint.
221 221
      *
222
-     * @return object
222
+     * @return ReflectionProperty
223 223
      */
224 224
     final public function getStaticPart()
225 225
     {
Please login to merge, or discard this patch.