Skip to content

Commit eecd233

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Use more explicit variable name Fix wrong comment about SES region [Mailer] [Sendgrid] Use $scheme variable to stay consistent [Mailer] [Amazon] Fix @param annotation [Mailer] Rename testsuites Remove void return type from test methods Remove void return type from test methods [Notifier] Remove void return type from test methods
2 parents f3ca492 + 266fd1d commit eecd233

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)