@@ -8,8 +8,7 @@ |
||
8 | 8 | |
9 | 9 | class_alias( |
10 | 10 | version_compare(Application::VERSION, '5.4.0', '>=') ? |
11 | - 'Illuminate\Http\Exceptions\HttpResponseException' : |
|
12 | - 'Illuminate\Http\Exception\HttpResponseException', |
|
11 | + 'Illuminate\Http\Exceptions\HttpResponseException' : 'Illuminate\Http\Exception\HttpResponseException', |
|
13 | 12 | __NAMESPACE__ . '\HttpResponseException' |
14 | 13 | ); |
15 | 14 |
@@ -11,7 +11,7 @@ |
||
11 | 11 | * Assert that all given keys are set in an associative array. Nested |
12 | 12 | * members may be specified using dot notation. |
13 | 13 | * |
14 | - * @param array $keys |
|
14 | + * @param string[] $keys |
|
15 | 15 | * @param array $array |
16 | 16 | * |
17 | 17 | * @throws PHPUnit_Framework_AssertionFailedError |