Passed
Push — test-factory-fixes ( 6f980f...6b0b2a )
by Alex
03:10
created
src/Exceptions/HttpException.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Testing/JsonApiAssertions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.