Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/41' into develop
Browse files Browse the repository at this point in the history
Forward port #41
  • Loading branch information
weierophinney committed Jan 4, 2018
2 parents ed87809 + 51ec9c0 commit 4e40283
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions src/Decoder.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json;
Expand Down
6 changes: 3 additions & 3 deletions src/Encoder.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json;
Expand Down
6 changes: 3 additions & 3 deletions src/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json\Exception;
Expand Down
6 changes: 3 additions & 3 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json\Exception;
Expand Down
6 changes: 3 additions & 3 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json\Exception;
Expand Down
6 changes: 3 additions & 3 deletions src/Exception/RecursionException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json\Exception;
Expand Down
6 changes: 3 additions & 3 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json\Exception;
Expand Down
6 changes: 3 additions & 3 deletions src/Expr.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json;
Expand Down
6 changes: 3 additions & 3 deletions src/Json.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace Zend\Json;
Expand Down
6 changes: 3 additions & 3 deletions test/JsonTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/Bar.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/Item.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/JsonSerializableBuiltinImpl.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/JsonSerializableZFImpl.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/TestIteratorAggregate.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/TestObject.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/ToJSONClass.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php // @codingStandardsIgnoreFile
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/ToJSONWithExpr.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php // @codingStandardsIgnoreFile
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/ZF11167ToArrayClass.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php // @codingStandardsIgnoreFile
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down
6 changes: 3 additions & 3 deletions test/TestAsset/ZF11167ToArrayToJsonClass.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://github.com/zendframework/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @see https://github.com/zendframwork/zend-json for the canonical source repository
* @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (http://www.zend.com)
* @license https://github.com/zendframwork/zend-json/blob/master/LICENSE.md New BSD License
*/

namespace ZendTest\Json\TestAsset;
Expand Down

0 comments on commit 4e40283

Please sign in to comment.