aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_test/tests/inc/parser/parser_code.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/parser/parser_code.test.php')
-rw-r--r--_test/tests/inc/parser/parser_code.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/parser/parser_code.test.php b/_test/tests/inc/parser/parser_code.test.php
index 961db7dd2..c700ed10a 100644
--- a/_test/tests/inc/parser/parser_code.test.php
+++ b/_test/tests/inc/parser/parser_code.test.php
@@ -11,7 +11,7 @@ require_once 'parser.inc.php';
*/
class TestOfDoku_Parser_Code extends TestOfDoku_Parser {
- function setUp() {
+ function setUp() : void {
parent::setUp();
$this->P->addMode('code',new Code());
}