Utils: fix a mistake in getNiceClassName() doc

This commit is contained in:
Dylan K. Taylor 2018-11-04 22:38:38 +00:00
parent 046c39b02e
commit 7b24fbc8db

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
*