Browse Source

Update since tags.

Robert Pustułka 7 years ago
parent
commit
03eb5b8070

+ 2 - 0
src/ORM/Locator/TableLocator.php

@@ -350,6 +350,8 @@ class TableLocator implements LocatorInterface
      *
      * @param string $location Location to add.
      * @return $this
+     *
+     * @since 3.8.0
      */
     public function addLocation($location)
     {

+ 1 - 1
tests/test_app/Plugin/TestPlugin/src/Infrastructure/Table/AddressesTable.php

@@ -7,7 +7,7 @@
  * Redistributions of files must retain the above copyright notice
  *
  * @copyright     Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
- * @since         3.7.1
+ * @since         3.8.0
  * @license       https://opensource.org/licenses/mit-license.php MIT License
  */
 namespace TestPlugin\Infrastructure\Table;

+ 1 - 1
tests/test_app/TestApp/Infrastructure/Table/AddressesTable.php

@@ -7,7 +7,7 @@
  * Redistributions of files must retain the above copyright notice
  *
  * @copyright     Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
- * @since         3.7.1
+ * @since         3.8.0
  * @license       https://opensource.org/licenses/mit-license.php MIT License
  */
 namespace TestApp\Infrastructure\Table;