From 4319ceab320ed61b4f9fa08afcc28452a647dd7f Mon Sep 17 00:00:00 2001 From: saeid Date: Wed, 30 Aug 2017 17:44:14 +0430 Subject: [PATCH] fix version --- src/Shell/OrmCacheShell.php | 2 +- src/Shell/SchemaCacheShell.php | 2 +- tests/TestCase/Shell/SchemaCacheShellTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Shell/OrmCacheShell.php b/src/Shell/OrmCacheShell.php index 261960c1134..7d44482588f 100644 --- a/src/Shell/OrmCacheShell.php +++ b/src/Shell/OrmCacheShell.php @@ -23,7 +23,7 @@ * 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 { diff --git a/src/Shell/SchemaCacheShell.php b/src/Shell/SchemaCacheShell.php index 3855021261e..61eea2fe09d 100644 --- a/src/Shell/SchemaCacheShell.php +++ b/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; diff --git a/tests/TestCase/Shell/SchemaCacheShellTest.php b/tests/TestCase/Shell/SchemaCacheShellTest.php index 94a1dca83d0..e9f3b7d4f1b 100644 --- a/tests/TestCase/Shell/SchemaCacheShellTest.php +++ b/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;