Skip to content

Commit 9526037

Browse files
committed
Fix QA-issues
1 parent 6b78e18 commit 9526037

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

psalm-dev.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,4 @@
1515
<directory name="vendor" />
1616
</ignoreFiles>
1717
</projectFiles>
18-
19-
<issueHandlers>
20-
<!-- Ignore UnresolvableInclude on CLI-scripts -->
21-
<UnresolvableInclude>
22-
<errorLevel type="suppress">
23-
<file name="tests/bootstrap.php" />
24-
</errorLevel>
25-
</UnresolvableInclude>
26-
</issueHandlers>
2718
</psalm>

tests/src/Controller/CDCTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Set of tests for the controllers in the "cdc" module.
1818
*/
1919
#[CoversClass(Controller\CDC::class)]
20-
class CDCTest extends TestCase
20+
final class CDCTest extends TestCase
2121
{
2222
/** @var \SimpleSAML\Configuration */
2323
protected static Configuration $config;

0 commit comments

Comments
 (0)