Skip to content

Commit 97c72fc

Browse files
silver-dimaweaverryan
authored andcommitted
Update class_extension.rst
Remove illegal parameter
1 parent b32f74d commit 97c72fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/event_dispatcher/class_extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ use this pattern of class extension:
7777
$this->stopPropagation();
7878
}
7979
80-
public function getReturnValue($val)
80+
public function getReturnValue()
8181
{
8282
return $this->returnValue;
8383
}

0 commit comments

Comments
 (0)