@@ -31,7 +31,7 @@ discard block |
||
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 |
||
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) |
@@ -56,7 +56,7 @@ |
||
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. |
@@ -162,7 +162,7 @@ |
||
162 | 162 | } |
163 | 163 | |
164 | 164 | /** |
165 | - * @param $count |
|
165 | + * @param integer $count |
|
166 | 166 | */ |
167 | 167 | protected function _addData($count) |
168 | 168 | { |