Skip to content

Commit 72db9af

Browse files
Merge branch '2.8' into 3.4
* 2.8: [cs] correct invalid @param types
2 parents 383585f + 56f5dbe commit 72db9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct($subject = null, array $arguments = array())
3838
/**
3939
* Getter for subject property.
4040
*
41-
* @return mixed $subject The observer subject
41+
* @return mixed The observer subject
4242
*/
4343
public function getSubject()
4444
{

0 commit comments

Comments
 (0)