Completed
Pull Request — master (#12303)
by
unknown
09:44
created
src/Datasource/QueryTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
      *
182 182
      * @param false|string|\Closure $key Either the cache key or a function to generate the cache key.
183 183
      *   When using a function, this query instance will be supplied as an argument.
184
-     * @param string|\Cake\Cache\CacheEngine $config Either the name of the cache config to use, or
184
+     * @param string $config Either the name of the cache config to use, or
185 185
      *   a cache config instance.
186 186
      * @return $this
187 187
      */
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
      * ```
411 411
      *
412 412
      * @param callable|null $formatter The formatting callable.
413
-     * @param bool|int $mode Whether or not to overwrite, append or prepend the formatter.
413
+     * @param integer $mode Whether or not to overwrite, append or prepend the formatter.
414 414
      * @return $this|array
415 415
      */
416 416
     public function formatResults(callable $formatter = null, $mode = 0)
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
      *
504 504
      * @see \Cake\Datasource\QueryInterface::applyOptions() to read about the options that will
505 505
      * be processed by this class and not returned by this function
506
-     * @return array
506
+     * @return string
507 507
      */
508 508
     public function getOptions()
509 509
     {
Please login to merge, or discard this patch.