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

Commit 496a777

Browse files
committed
Wrap long lines, per phpcs
1 parent 2780ace commit 496a777

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

src/BasicAccess.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace Zend\Expressive\Authentication\Basic;

src/BasicAccessFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace Zend\Expressive\Authentication\Basic;

src/ConfigProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace Zend\Expressive\Authentication\Basic;

test/BasicAccessFactoryTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace ZendTest\Expressive\Authentication\Basic;

test/BasicAccessTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace ZendTest\Expressive\Authentication\Basic;

test/ConfigProviderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authentication-basic for the canonical source repository
44
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5-
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-expressive-authentication-basic/blob/master/LICENSE.md
6+
* New BSD License
67
*/
78

89
namespace ZendTest\Expressive\Authentication\Basic;

0 commit comments

Comments
 (0)