Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit d5af070

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: [2.3] fix failing test fixed typo Escape annotations in comments, refs #13089. [2.3] missing cleanup for legacy test add missing param names to @param annotation Improve the composer root version setting on Travis
2 parents 4e37bf9 + c89020d commit d5af070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Util/ClassUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private function __construct()
4848
/**
4949
* Gets the real class name of a class name that could be a proxy.
5050
*
51-
* @param string|object
51+
* @param string|object $object
5252
*
5353
* @return string
5454
*/

0 commit comments

Comments
 (0)