fix typos in some docstrings

This commit is contained in:
coderkun 2016-05-28 12:26:56 +02:00
commit 7b44e19569
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
* Load a class.
*
* @throws \nre\exceptions\ClassNotFoundException
* @param string $className Name of the class to load
* @param string $fullClassName Name of the class to load
*/
public static function load($fullClassName)
{