Passed
Pull Request — main (#1)
by
unknown
04:16 queued 01:40
created
src/Request.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -204,11 +204,11 @@
 block discarded – undo
204 204
         foreach ($keys as $key) {
205 205
             if (is_array($files) && array_key_exists($key, $files)) {
206 206
                 /**
207
-                * @psalm-suppress MixedAssignment
208
-                *
209
-                * Psalm does not support recursive types like:
210
-                *     T = array<string, string|T>
211
-                */
207
+                 * @psalm-suppress MixedAssignment
208
+                 *
209
+                 * Psalm does not support recursive types like:
210
+                 *     T = array<string, string|T>
211
+                 */
212 212
                 $files = $files[$key];
213 213
             } else {
214 214
                 throw new OutOfBoundsException('Invalid files key ' . $this->formatKeys($keys));
Please login to merge, or discard this patch.