Skip to content

Commit be73d19

Browse files
committed
Mark classes final
1 parent 7cf169e commit be73d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Auth/Process/Authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @package SimpleSAMLphp
2929
*/
3030

31-
class Authorize extends Auth\ProcessingFilter
31+
final class Authorize extends Auth\ProcessingFilter
3232
{
3333
/**
3434
* Flag to deny/unauthorize the user a attribute filter IS found

src/Controller/Authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package SimpleSAML\Module\authorize
2121
*/
22-
class Authorize
22+
final class Authorize
2323
{
2424
/**
2525
* Controller constructor.

0 commit comments

Comments
 (0)