Skip to content

Commit a3a1e72

Browse files
committed
Fix codesniffer-issues
1 parent 105e4b0 commit a3a1e72

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Auth/Process/ExpiryWarning.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ExpiryWarning extends Auth\ProcessingFilter
3232
/** @var string|null */
3333
private ?string $renewurl = null;
3434

35+
3536
/**
3637
* Initialize this filter.
3738
*
@@ -59,6 +60,7 @@ public function __construct(array $config, $reserved)
5960
}
6061
}
6162

63+
6264
/**
6365
* Process an authentication response.
6466
*

tests/src/Controller/AuthX509Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ final class AuthX509Test extends TestCase
2727
/** @var \SimpleSAML\Session */
2828
protected Session $session;
2929

30+
3031
/**
3132
* Set up for each test.
3233
*/

0 commit comments

Comments
 (0)