Skip to content

Commit

Permalink
Fix codesniffer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 19, 2023
1 parent 8677f6d commit 770bed6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Auth/Process/Authorize.php
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace SimpleSAML\Module\authorize\Auth\Process;

use SimpleSAML\Assert\Assert;
Expand Down
2 changes: 2 additions & 0 deletions tests/Utils/TestableAuthorize.php
Expand Up @@ -4,6 +4,8 @@
* Subclass authorize filter to make it unit testable.
*/

declare(strict_types=1);

namespace SimpleSAML\Module\Authorize\Tests\Utils;

use SimpleSAML\Module\authorize\Auth\Process\Authorize;
Expand Down
2 changes: 2 additions & 0 deletions tests/bootstrap.php
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

$projectRoot = dirname(__DIR__);
require_once($projectRoot . '/vendor/autoload.php');

Expand Down
2 changes: 2 additions & 0 deletions tests/src/Auth/Process/AuthorizeTest.php
Expand Up @@ -4,6 +4,8 @@
* Test for the authorize:Authorize authproc filter.
*/

declare(strict_types=1);

namespace SimpleSAML\Module\authorize\Auth\Process;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 770bed6

Please sign in to comment.