mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest
This commit is contained in:
parent
e0101949e4
commit
d69a09b972
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class CakeEventTestListener {
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function secondListenerFunction() {
|
public function secondListenerFunction($some) {
|
||||||
$this->callStack[] = __FUNCTION__;
|
$this->callStack[] = __FUNCTION__;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue