Merge branch 'release/3.2' into release/3.3

This commit is contained in:
Dylan K. Taylor 2018-11-04 22:38:45 +00:00
commit f61e14e341

View File

@ -53,7 +53,7 @@ class Utils{
}
/**
* Returns a readable identifier for the class of the given object. Sanitizes class names for closures.
* Returns a readable identifier for the class of the given object. Sanitizes class names for anonymous classes.
*
* @param object $obj
*