Completed
Push — master ( 8cd81c...245fef )
by
unknown
68:10 queued 34:22
created
src/Oro/Bundle/DataGridBundle/Common/Object.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,9 +159,9 @@  discard block
 block discarded – undo
159 159
     /**
160 160
      * Check property existence using PropertyAccessor
161 161
      *
162
-     * @param string|PropertyPathInterface $path
162
+     * @param string $path
163 163
      *
164
-     * @return mixed
164
+     * @return boolean
165 165
      */
166 166
     public function offsetExistByPath($path)
167 167
     {
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     /**
214 214
      * Unset property using PropertyAccessor
215 215
      *
216
-     * @param string|PropertyPathInterface $path
216
+     * @param string $path
217 217
      *
218 218
      * @return $this
219 219
      */
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
     /**
293 293
      * Merge value to array property, if property not isset creates new one
294 294
      *
295
-     * @param string|PropertyPathInterface $path
295
+     * @param string $path
296 296
      * @param array                        $value
297 297
      *
298 298
      * @return $this
Please login to merge, or discard this patch.