We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b132a commit e7d9bf5Copy full SHA for e7d9bf5
Routing/DelegatingLoader.php
@@ -55,7 +55,7 @@ public function load(mixed $resource, string $type = null): RouteCollection
55
// the fatal error from occurring a second time,
56
// otherwise the PHP process would be killed immediately;
57
// - while rendering the exception page, the router can be required
58
- // (by e.g. the web profiler that needs to generate an URL);
+ // (by e.g. the web profiler that needs to generate a URL);
59
// - this handles the case and prevents the second fatal error
60
// by triggering an exception beforehand.
61
0 commit comments