| @@ -114,7 +114,7 @@ | ||
| 114 | 114 | * Retrieve config for an entire class | 
| 115 | 115 | * | 
| 116 | 116 | * @param string $class Name of class | 
| 117 | - * @param int|true $excludeMiddleware Optional flag of middleware to disable. | |
| 117 | + * @param integer $excludeMiddleware Optional flag of middleware to disable. | |
| 118 | 118 | * Passing in `true` disables all middleware. | 
| 119 | 119 | * Can also pass in int flags to specify specific middlewares. | 
| 120 | 120 | * @return array | 
| @@ -59,7 +59,7 @@ discard block | ||
| 59 | 59 | * array continaing all of its private statics | 
| 60 | 60 | * | 
| 61 | 61 | * @param string $class | 
| 62 | - * @return mixed | |
| 62 | + * @return string | |
| 63 | 63 | */ | 
| 64 | 64 | protected function getClassConfig($class) | 
| 65 | 65 |      { | 
| @@ -137,7 +137,7 @@ discard block | ||
| 137 | 137 | * Detect if a value is a valid config | 
| 138 | 138 | * | 
| 139 | 139 | * @param mixed $input | 
| 140 | - * @return true | |
| 140 | + * @return boolean | |
| 141 | 141 | */ | 
| 142 | 142 | protected function isConfigValue($input) | 
| 143 | 143 |      { |