Browse Source

fix version

saeid 8 years ago
parent
commit
4319ceab32

+ 1 - 1
src/Shell/OrmCacheShell.php

@@ -23,7 +23,7 @@ namespace Cake\Shell;
  * versions of your application are deployed, or when migrations
  * requiring updated metadata are required.
  *
- * @deprecated 3.5.0 Use \Cake\Shell\SchemaCacheShell instead
+ * @deprecated 3.6.0 Use \Cake\Shell\SchemaCacheShell instead
  */
 class OrmCacheShell extends SchemaCacheShell
 {

+ 1 - 1
src/Shell/SchemaCacheShell.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\Shell;

+ 1 - 1
tests/TestCase/Shell/SchemaCacheShellTest.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\Shell;