Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Aug 30, 2017
1 parent 9b4328f commit 4319cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Shell/OrmCacheShell.php
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/Shell/SchemaCacheShell.php
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Shell/SchemaCacheShellTest.php
Expand Up @@ -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;
Expand Down

0 comments on commit 4319cea

Please sign in to comment.