@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @param $method |
|
| 51 | + * @param string $method |
|
| 52 | 52 | * |
| 53 | 53 | * @return bool |
| 54 | 54 | */ |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | * @return bool |
| 54 | 54 | */ |
| 55 | 55 | protected function inAllowedMethods($method) { |
| 56 | - $allowed_methods = array_map('strtoupper', (array)config('admin.operation_log.allowed_methods')); |
|
| 56 | + $allowed_methods = array_map('strtoupper', (array) config('admin.operation_log.allowed_methods')); |
|
| 57 | 57 | if (empty($allowed_methods)) { |
| 58 | 58 | return true; |
| 59 | 59 | } else { |