We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf169e commit be73d19Copy full SHA for be73d19
src/Auth/Process/Authorize.php
@@ -28,7 +28,7 @@
28
* @package SimpleSAMLphp
29
*/
30
31
-class Authorize extends Auth\ProcessingFilter
+final class Authorize extends Auth\ProcessingFilter
32
{
33
/**
34
* Flag to deny/unauthorize the user a attribute filter IS found
src/Controller/Authorize.php
@@ -19,7 +19,7 @@
19
*
20
* @package SimpleSAML\Module\authorize
21
22
-class Authorize
+final class Authorize
23
24
25
* Controller constructor.
0 commit comments