Completed
Push — master ( ecca1d...89d088 )
by Evgeny
14:13 queued 07:04
created
src/Service/Locator/LocatorAwareTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      * If no parameters are passed, it will return the currently used locator.
32 32
      *
33 33
      * @param \CakeDC\Api\Service\Locator\LocatorInterface|null $serviceLocator LocatorInterface instance.
34
-     * @return \CakeDC\Api\Service\Locator\LocatorInterface
34
+     * @return \Cake\ORM\Locator\LocatorInterface
35 35
      * @deprecated 3.6.0 Use getTableLocator()/setTableLocator() instead.
36 36
      */
37 37
     public function serviceLocator(LocatorInterface $serviceLocator = null)
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Sets the table locator.
52 52
      *
53
-     * @param \Cake\ORM\Locator\LocatorInterface $tableLocator LocatorInterface instance.
53
+     * @param LocatorInterface $tableLocator LocatorInterface instance.
54 54
      * @return $this
55 55
      */
56 56
     public function setTableLocator(LocatorInterface $tableLocator)
Please login to merge, or discard this patch.
src/Service/Locator/ServiceLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * Stores a list of options to be used when instantiating an object
57 57
      * with a matching alias.
58 58
      *
59
-     * @param string|array $alias Name of the alias or array to completely overwrite current config.
59
+     * @param string $alias Name of the alias or array to completely overwrite current config.
60 60
      * @param array|null $options list of options for the alias
61 61
      * @return $this
62 62
      * @throws \RuntimeException When you attempt to configure an existing table instance.
Please login to merge, or discard this patch.
Integration/Service/Action/Extension/CursorPaginationExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param $count
165
+     * @param integer $count
166 166
      */
167 167
     protected function _addData($count)
168 168
     {
Please login to merge, or discard this patch.