Refactor & fix coding standard

This commit is contained in:
Meritoo
2017-09-22 20:07:42 +02:00
parent 633696ebc0
commit 86cc5ff79b
19 changed files with 19 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ class CannotResolveClassNameException extends Exception
/**
* Class constructor
*
* @param array|object|string $source Source of the class's / trait's name. It cane be an array of objects,
* @param array|object|string $source Source of the class's / trait's name. It can be an array of objects,
* namespaces, object or namespace.
* @param bool $forClass (optional) If is set to true, message of this exception for class is
* prepared. Otherwise - for trait.