Skip to content

Commit d6d1107

Browse files
authored
Fix php5.6 syntax
1 parent f4b4a72 commit d6d1107

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_app/Application.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
*/
2727
class Application extends BaseApplication
2828
{
29-
public function initialize(): void
29+
/**
30+
* @return void
31+
*/
32+
public function initialize()
3033
{
3134
parent::initialize();
3235
$this->loadPlugin('DebugKit');

0 commit comments

Comments
 (0)