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 {