Skip to content

Commit 49b1315

Browse files
committed
Add missing return-type
1 parent 7b77cfd commit 49b1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TemplateTest extends TestCase
2424
/**
2525
* @return void
2626
*/
27-
public function testSyntax()
27+
public function testSyntax(): void
2828
{
2929
$config = Configuration::loadFromArray([
3030
'module.enable' => array_fill_keys(Module::getModules(), true),

0 commit comments

Comments
 (0)