@@ -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
*/
@@ -703,6 +703,8 @@ protected function forceSecureAccess($duration = 31_536_000)
703
703
* @return false|ResponseInterface
704
704
*
705
705
* @throws Exception
706
+ *
707
+ * @deprecated 4.4.2 The parameter $config is deprecated. No longer used.
706
708
*/
707
709
public function displayCache (Cache $ config )
708
710
{
@@ -722,7 +724,7 @@ public function displayCache(Cache $config)
722
724
/**
723
725
* Tells the app that the final output should be cached.
724
726
*
725
- * @deprecated 4.4.0 Moved to ResponseCache::setTtl(). to No longer used.
727
+ * @deprecated 4.4.0 Moved to ResponseCache::setTtl(). No longer used.
726
728
*
727
729
* @return void
728
730
*/
@@ -794,7 +796,7 @@ public function displayPerformanceMetrics(string $output): string
794
796
* match a route against the current URI. If the route is a
795
797
* "redirect route", will also handle the redirect.
796
798
*
797
- * @param RouteCollectionInterface|null $routes An collection interface to use in place
799
+ * @param RouteCollectionInterface|null $routes A collection interface to use in place
798
800
* of the config file.
799
801
*
800
802
* @return string|string[]|null Route filters, that is, the filters specified in the routes file
0 commit comments