Skip to content

Commit

Permalink
Revert "change expirychecker namespace to ExpiryChecker for aesthetics"
Browse files Browse the repository at this point in the history
This reverts commit 1e694e9.
  • Loading branch information
briskt committed May 3, 2024
1 parent 1e694e9 commit d1f328d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions modules/expirychecker/lib/Auth/Process/ExpiryDate.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

namespace SimpleSAML\Module\ExpiryChecker\Auth\Process;
namespace SimpleSAML\Module\expirychecker\Auth\Process;

use Psr\Log\LoggerInterface;
use Sil\Psr3Adapters\Psr3SamlLogger;
use SimpleSAML\Auth\ProcessingChain;
use SimpleSAML\Auth\ProcessingFilter;
use SimpleSAML\Auth\State;
use SimpleSAML\Module;
use SimpleSAML\Module\ExpiryChecker\Utilities;
use SimpleSAML\Module\ExpiryChecker\Validator;
use SimpleSAML\Module\expirychecker\Utilities;
use SimpleSAML\Module\expirychecker\Validator;
use SimpleSAML\Session;
use SimpleSAML\Utils\HTTP;

Expand Down
2 changes: 1 addition & 1 deletion modules/expirychecker/lib/Utilities.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SimpleSAML\Module\ExpiryChecker;
namespace SimpleSAML\Module\expirychecker;

class Utilities {

Expand Down
2 changes: 1 addition & 1 deletion modules/expirychecker/lib/Validator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace SimpleSAML\Module\ExpiryChecker;
namespace SimpleSAML\Module\expirychecker;

use Exception;
use InvalidArgumentException;
Expand Down
4 changes: 2 additions & 2 deletions modules/expirychecker/www/about2expire.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use SimpleSAML\Error\BadRequest;
use SimpleSAML\Logger;
use SimpleSAML\Module;
use SimpleSAML\Module\ExpiryChecker\Auth\Process\ExpiryDate;
use SimpleSAML\Module\ExpiryChecker\Utilities;
use SimpleSAML\Module\expirychecker\Auth\Process\ExpiryDate;
use SimpleSAML\Module\expirychecker\Utilities;
use SimpleSAML\Utils\HTTP;
use SimpleSAML\XHTML\Template;

Expand Down
4 changes: 2 additions & 2 deletions modules/expirychecker/www/expired.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use SimpleSAML\Error\BadRequest;
use SimpleSAML\Logger;
use SimpleSAML\Module;
use SimpleSAML\Module\ExpiryChecker\Auth\Process\ExpiryDate;
use SimpleSAML\Module\ExpiryChecker\Utilities;
use SimpleSAML\Module\expirychecker\Auth\Process\ExpiryDate;
use SimpleSAML\Module\expirychecker\Utilities;
use SimpleSAML\Utils\HTTP;
use SimpleSAML\XHTML\Template;

Expand Down

0 comments on commit d1f328d

Please sign in to comment.