fixing some documentation issues detected by scrutinizer-ci

This commit is contained in:
El RIDO
2016-07-06 14:12:14 +02:00
parent 85b348d39a
commit c13caee981
4 changed files with 6 additions and 7 deletions

View File

@@ -20,11 +20,11 @@ spl_autoload_register('auto::loader');
class auto
{
/**
* strips slashes deeply
* includes file for given class name
*
* @access public
* @static
* @param mixed $value
* @param string $class_name
* @return mixed
*/
public static function loader($class_name)