File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ private function configureKint(): void
334
334
* This is "the loop" if you will. The main entry point into the script
335
335
* that gets the required class instances, fires off the filters,
336
336
* tries to route the response, loads the controller and generally
337
- * makes all of the pieces work together.
337
+ * makes all the pieces work together.
338
338
*
339
339
* @return ResponseInterface|void
340
340
*/
@@ -724,7 +724,7 @@ public function displayCache(Cache $config)
724
724
/**
725
725
* Tells the app that the final output should be cached.
726
726
*
727
- * @deprecated 4.4.0 Moved to ResponseCache::setTtl(). to No longer used.
727
+ * @deprecated 4.4.0 Moved to ResponseCache::setTtl(). No longer used.
728
728
*
729
729
* @return void
730
730
*/
@@ -796,7 +796,7 @@ public function displayPerformanceMetrics(string $output): string
796
796
* match a route against the current URI. If the route is a
797
797
* "redirect route", will also handle the redirect.
798
798
*
799
- * @param RouteCollectionInterface|null $routes An collection interface to use in place
799
+ * @param RouteCollectionInterface|null $routes A collection interface to use in place
800
800
* of the config file.
801
801
*
802
802
* @return string|string[]|null Route filters, that is, the filters specified in the routes file
You can’t perform that action at this time.
0 commit comments