Browse Source

Fix version in docblocks.

ADmad 8 years ago
parent
commit
5a5bdecf9d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Database/SchemaCache.php
  2. 1 1
      tests/TestCase/Database/SchemaCacheTest.php

+ 1 - 1
src/Database/SchemaCache.php

@@ -9,7 +9,7 @@
  *
  * @copyright     Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
  * @link          https://cakephp.org CakePHP(tm) Project
- * @since         3.5.0
+ * @since         3.6.0
  * @license       https://opensource.org/licenses/mit-license.php MIT License
  */
 namespace Cake\Database;

+ 1 - 1
tests/TestCase/Database/SchemaCacheTest.php

@@ -9,7 +9,7 @@
  *
  * @copyright     Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
  * @link          https://cakephp.org CakePHP(tm) Project
- * @since         3.5.0
+ * @since         3.6.0
  * @license       https://opensource.org/licenses/mit-license.php MIT License
  */
 namespace Cake\Test\TestCase\ORM;