Skip to content

Commit f893606

Browse files
committed
ci(test): Update MODULE.json with PHPStan level 3
1 parent 6d36b5a commit f893606

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MODULE.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
],
2929
"config": [
3030
{
31-
"path": "loki_components\/general\/debug",
31+
"path": "loki_components/general/debug",
3232
"label": "Generic settings > Debug",
3333
"description": "When debugging is enabled, on various levels, detailed information comes available. For instance, in the browser Error Console, more debugging messages are displayed, allowing you to inspect issues on the JavaScript level. Whenever an exception occurs within the AJAX call, the exception message is appended to the AJAX output."
3434
},
3535
{
36-
"path": "loki_components\/general\/polling_interval",
36+
"path": "loki_components/general/polling_interval",
3737
"label": "Generic settings > Polling Interval",
3838
"description": "If you have added polling handlers, set this to an interval with which you want those polling handlers to act."
3939
}
@@ -42,5 +42,7 @@
4242
"unit": 18,
4343
"integration": 13,
4444
"functional": 0
45-
}
45+
},
46+
"phpcs_severity": "9",
47+
"phpstan_level": "3"
4648
}

0 commit comments

Comments
 (0)