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 b99c3b7 commit 3a46ca0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Auth/Source/Hash.php
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace SimpleSAML\Module\authcrypt\Auth\Source;

use Exception;
Expand Down
2 changes: 2 additions & 0 deletions src/Auth/Source/Htpasswd.php
Expand Up @@ -6,6 +6,8 @@
* @package SimpleSAMLphp
*/

declare(strict_types=1);

namespace SimpleSAML\Module\authcrypt\Auth\Source;

use Exception;
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

0 comments on commit 3a46ca0

Please sign in to comment.