Test Failed
Push — main ( cdf2b9...aa3274 )
by Thomas
13:21
created
src/Registry.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 			return $keys;
61 61
 		}
62 62
 
63
-		return array_values(array_filter($keys, function ($item) {
63
+		return array_values(array_filter($keys, function($item) {
64 64
 			return $item !== Container::class && !is_subclass_of($item, Container::class);
65 65
 		}));
66 66
 	}
@@ -244,6 +244,6 @@  discard block
 block discarded – undo
244 244
 			return $value;
245 245
 		}
246 246
 
247
-		throw new NotFoundException('Unresolvable id: ' . (string) $value);
247
+		throw new NotFoundException('Unresolvable id: ' . (string)$value);
248 248
 	}
249 249
 }
Please login to merge, or discard this patch.