Skip to content

Commit

Permalink
Merge pull request #12 from geerteltink/feat/coding-standard-2.2.0
Browse files Browse the repository at this point in the history
feat: laminas coding standard 2.2.0
  • Loading branch information
weierophinney committed May 26, 2021
2 parents 3eae6ea + 06b152b commit 4362ab9
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 56 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.1.0",
"laminas/laminas-coding-standard": "~2.2.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down
13 changes: 6 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authentication\Session;
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authentication\Session\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/MissingSessionContainerException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authentication\Session\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/PhpSession.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authentication\Session;
Expand Down
6 changes: 0 additions & 6 deletions src/PhpSessionFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Mezzio\Authentication\Session;
Expand Down
6 changes: 0 additions & 6 deletions test/ConfigProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace MezzioTest\Authentication\Session;
Expand Down
6 changes: 0 additions & 6 deletions test/PhpSessionFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace MezzioTest\Authentication\Session;
Expand Down
6 changes: 0 additions & 6 deletions test/PhpSessionTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/mezzio/mezzio-authentication-session for the canonical source repository
* @copyright https://github.com/mezzio/mezzio-authentication-session/blob/master/COPYRIGHT.md
* @license https://github.com/mezzio/mezzio-authentication-session/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace MezzioTest\Authentication\Session;
Expand Down

0 comments on commit 4362ab9

Please sign in to comment.