Skip to content

Commit 266fd1d

Browse files
committed
Remove void return type from test methods
1 parent 5eb4a62 commit 266fd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerAwareEventManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class MyListener
156156
public $calledByInvokeCount = 0;
157157
public $calledByEventNameCount = 0;
158158

159-
public function __invoke(): void
159+
public function __invoke()
160160
{
161161
++$this->calledByInvokeCount;
162162
}

0 commit comments

Comments
 (0)