We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b78e18 commit 9526037Copy full SHA for 9526037
2 files changed
psalm-dev.xml
@@ -15,13 +15,4 @@
15
<directory name="vendor" />
16
</ignoreFiles>
17
</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>
27
</psalm>
tests/src/Controller/CDCTest.php
@@ -17,7 +17,7 @@
* Set of tests for the controllers in the "cdc" module.
*/
#[CoversClass(Controller\CDC::class)]
-class CDCTest extends TestCase
+final class CDCTest extends TestCase
{
/** @var \SimpleSAML\Configuration */
protected static Configuration $config;
0 commit comments