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

Commit

Permalink
Merge 995cc95 into f810c5c
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Dec 5, 2017
2 parents f810c5c + 995cc95 commit 44bd1d9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docheader
Expand Up @@ -3,3 +3,4 @@
* @copyright Copyright (c) %regexp:(20\d{2}-)?20\d{2}% Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);
1 change: 1 addition & 0 deletions src/Exception/ExceptionInterface.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Zend\Stratigility\Exception;

Expand Down
1 change: 1 addition & 0 deletions src/Exception/MissingResponsePrototypeException.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Zend\Stratigility\Exception;

Expand Down
1 change: 1 addition & 0 deletions src/Middleware/CallableMiddlewareDecorator.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Zend\Stratigility\Middleware;

Expand Down
1 change: 1 addition & 0 deletions src/Middleware/DoublePassMiddlewareDecorator.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Zend\Stratigility\Middleware;

Expand Down
1 change: 1 addition & 0 deletions test/Exception/ExceptionTest.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace ZendTest\Stratigility\Exception;

Expand Down
1 change: 1 addition & 0 deletions test/Middleware/CallableMiddlewareDecoratorTest.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace ZendTest\Stratigility\Middleware;

Expand Down
1 change: 1 addition & 0 deletions test/Middleware/DoublePassMiddlewareDecoratorTest.php
Expand Up @@ -4,6 +4,7 @@
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace ZendTest\Stratigility\Middleware;

Expand Down

0 comments on commit 44bd1d9

Please sign in to comment.