@@ -120,7 +120,7 @@ |
||
120 | 120 | * Retrieve config for an entire class |
121 | 121 | * |
122 | 122 | * @param string $class Name of class |
123 | - * @param int|true $excludeMiddleware Optional flag of middleware to disable. |
|
123 | + * @param integer $excludeMiddleware Optional flag of middleware to disable. |
|
124 | 124 | * Passing in `true` disables all middleware. |
125 | 125 | * Can also pass in int flags to specify specific middlewares. |
126 | 126 | * @return array|null |