Tests - increase code coverage

This commit is contained in:
Meritoo
2017-11-03 21:13:47 +01:00
parent edc51aeee1
commit 8bcf006e02
9 changed files with 777 additions and 123 deletions

View File

@@ -74,8 +74,8 @@ class Reflection
}
/**
* Returns maximum constant from all constants of given class / object.
* Values of constants should be integers.
* Returns maximum integer value of constant of given class / object.
* Constants whose values are integers are considered only.
*
* @param object|string $class The object or name of object's class
* @return int|null