@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | * If an array is passed as the key, we will assume you want to set an array of values. |
100 | 100 | * |
101 | 101 | * @param array|string $key |
102 | - * @param mixed $default |
|
102 | + * @param boolean $default |
|
103 | 103 | * |
104 | 104 | * @return mixed|\Illuminate\Config\Repository |
105 | 105 | */ |
@@ -120,9 +120,6 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * Dispatch an event and call the listeners. |
122 | 122 | * |
123 | - * @param mixed $event |
|
124 | - * @param mixed $payload |
|
125 | - * @param bool $halt |
|
126 | 123 | * |
127 | 124 | * @return array|null |
128 | 125 | */ |