correct typos in doc-tags and add missing tags

This commit is contained in:
coderkun 2014-09-16 12:42:19 +02:00
commit b8d4342926
12 changed files with 24 additions and 10 deletions

View file

@ -46,6 +46,8 @@
* Construct a new exception
*
* @param string $className Name of the class that was not found
* @param string $message Error message (superclass)
* @param int $code Error code (superclass)
*/
function __construct($className, $message=self::MESSAGE, $code=self::CODE)
{

View file

@ -46,6 +46,8 @@
* Construct a new exception.
*
* @param string $className Name of the invalid class
* @param string $message Error message (superclass)
* @param int $code Error code (superclass)
*/
function __construct($className, $message=self::MESSAGE, $code=self::CODE)
{