Skip to content

Commit

Permalink
Prepare for 3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 5, 2017
1 parent f1a0c0a commit 0f120b5
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions src/Cache/Storage/ForeverFileStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The ForeverFileStorage class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class ForeverFileStorage extends FileStorage
{
Expand Down
4 changes: 2 additions & 2 deletions src/Crypt/Cipher/AbstractOpensslCipher.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The AbstractOpensslCipher class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class AbstractOpensslCipher extends AbstractCipher
{
Expand Down
4 changes: 2 additions & 2 deletions src/Crypt/Cipher/SodiumCipher.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The SodiumCipher class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class SodiumCipher extends AbstractCipher
{
Expand Down
4 changes: 2 additions & 2 deletions src/Data/Traits/CollectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -17,7 +17,7 @@
/**
* The CollectionTraits class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
trait CollectionTrait
{
Expand Down
4 changes: 2 additions & 2 deletions src/Form/Filter/CallbackFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The CallbackFilter class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class CallbackFilter implements FilterInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Form/Filter/FilterComposite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The FilterComposite class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class FilterComposite implements FilterInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Test/Filter/FilterCompositeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of \Windwalker\Form\Filter\FilterComposite
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class FilterCompositeTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions src/Http/AsyncHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2016 {ORGANIZATION}. All rights reserved.
* @copyright Copyright (C) 2016 Asikart. All rights reserved.
* @license GNU General Public License version 2 or later.
*/

Expand All @@ -17,7 +17,7 @@
/**
* The AsyncRequest class.
*
* @since {DEPLOY_VERSION}
* @since 3.2
*/
class AsyncHttpClient extends HttpClient
{
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Response/AttachmentResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -15,7 +15,7 @@
/**
* The AttachmentResponse class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class AttachmentResponse extends Response
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Test/bin/async-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand Down
2 changes: 1 addition & 1 deletion src/IO/Test/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public function testSet()
* @return void
*
* @covers \Windwalker\IO\Input::exists
* @since __DEPLOY_VERSION__
* @since 3.2
*/
public function testExists()
{
Expand Down
2 changes: 1 addition & 1 deletion src/String/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The StringHelper class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class Str
{
Expand Down
4 changes: 2 additions & 2 deletions src/String/StringObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand Down Expand Up @@ -48,7 +48,7 @@
* @method StringObject filter(callable $callback)
* @method StringObject reject(callable $callback)
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class StringObject implements \Countable, \ArrayAccess, \IteratorAggregate, StringableInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/String/Test/StrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* The StrTest class.
*
* @since {DEPLOY_VERSION}
* @since 3.2
*/
class StrTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/String/Test/StringObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The StringObjectTest class.
*
* @since {DEPLOY_VERSION}
* @since 3.2
*/
class StringObjectTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions src/Test/Traits/BaseAssertionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of ww4 project.
*
* @copyright Copyright (C) 2016 {ORGANIZATION}. All rights reserved.
* @copyright Copyright (C) 2016 Asikart. All rights reserved.
* @license GNU General Public License version 2 or later.
*/

Expand All @@ -14,7 +14,7 @@
/**
* StringTestTrait
*
* @since {DEPLOY_VERSION}
* @since 3.2
*/
trait BaseAssertionTrait
{
Expand Down
4 changes: 2 additions & 2 deletions src/Utilities/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -11,7 +11,7 @@
/**
* The Arr class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class Arr
{
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Classes/ImmutableHelperTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The ImmutableHelperTrait class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
trait ImmutableHelperTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Classes/StringableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Interface StringableInterface
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
interface StringableInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/Test/ArrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* The ArrTest class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class ArrTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Rule/CallbackValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -13,7 +13,7 @@
/**
* The CallbackValidator class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class CallbackValidator extends AbstractValidator
{
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Rule/CompareValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -14,7 +14,7 @@
/**
* The CompareValidator class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class CompareValidator extends AbstractValidator
{
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Rule/PhpTypeValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -13,7 +13,7 @@
/**
* The PhpTypeValidator class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class PhpTypeValidator extends AbstractValidator
{
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/Test/CallbackValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of \Windwalker\Validator\Rule\CallbackValidator
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class CallbackValidatorTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/Test/PhpTypeValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Test class of \Windwalker\Validator\Rule\PhpTypeValidator
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class PhpTypeValidatorTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/Test/ValidatorCompositeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Test class of \Windwalker\Validator\ValidatorComposite
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class ValidatorCompositeTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/ValidatorComposite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2017 ${ORGANIZATION}.
* @copyright Copyright (C) 2017 $Asikart.
* @license __LICENSE__
*/

Expand All @@ -13,7 +13,7 @@
/**
* The ValidatorComposite class.
*
* @since __DEPLOY_VERSION__
* @since 3.2
*/
class ValidatorComposite extends AbstractValidator
{
Expand Down

0 comments on commit 0f120b5

Please sign in to comment.