From d85f3755cdc5bf1f7f682b2ec22395e1442ecb25 Mon Sep 17 00:00:00 2001 From: Simon Asika Date: Tue, 8 Mar 2016 11:38:11 +0000 Subject: [PATCH] Prepare for 2.1.7 release. --- src/IO/FormDataInput.php | 4 ++-- src/IO/Test/FormDataInputTest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/IO/FormDataInput.php b/src/IO/FormDataInput.php index b822b32a7..1d5f8a7a8 100644 --- a/src/IO/FormDataInput.php +++ b/src/IO/FormDataInput.php @@ -2,7 +2,7 @@ /** * Part of Windwalker 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. */ @@ -11,7 +11,7 @@ /** * The FormInput class. * - * @since {DEPLOY_VERSION} + * @since 2.1.7 */ class FormDataInput extends Input { diff --git a/src/IO/Test/FormDataInputTest.php b/src/IO/Test/FormDataInputTest.php index f61c2a0b0..6206ef111 100644 --- a/src/IO/Test/FormDataInputTest.php +++ b/src/IO/Test/FormDataInputTest.php @@ -14,7 +14,7 @@ /** * Test class of FormDataInput * - * @since {DEPLOY_VERSION} + * @since 2.1.7 */ class FormDataInputTest extends \PHPUnit_Framework_TestCase {