From 18d95e94586483c08ef7f94bef73797412232813 Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Sat, 19 Nov 2016 14:49:20 +0000 Subject: [PATCH] Prepare for 3.1.3 release. --- src/Crypt/Test/CryptHelperTest.php | 2 +- src/Edge/Exception/EdgeException.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Crypt/Test/CryptHelperTest.php b/src/Crypt/Test/CryptHelperTest.php index 8d7b7f349..9e7b508c1 100644 --- a/src/Crypt/Test/CryptHelperTest.php +++ b/src/Crypt/Test/CryptHelperTest.php @@ -13,7 +13,7 @@ /** * Test class of CryptHelper * - * @since {DEPLOY_VERSION} + * @since 3.1.3 */ class CryptHelperTest extends \PHPUnit_Framework_TestCase { diff --git a/src/Edge/Exception/EdgeException.php b/src/Edge/Exception/EdgeException.php index a1bbad8e4..7d79e25aa 100644 --- a/src/Edge/Exception/EdgeException.php +++ b/src/Edge/Exception/EdgeException.php @@ -2,7 +2,7 @@ /** * Part of phoenix project. * - * @copyright Copyright (C) 2016 {ORGANIZATION}. All rights reserved. + * @copyright Copyright (C) 2016 LYRASOFT. All rights reserved. * @license GNU General Public License version 2 or later. */ @@ -13,7 +13,7 @@ /** * The EdgeException class. * - * @since {DEPLOY_VERSION} + * @since 3.1.3 */ class EdgeException extends \Exception {