mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-09 00:13:58 +09:00
Updates to vendors etc
This commit is contained in:
4
vendor/symfony/routing/RouterInterface.php
vendored
4
vendor/symfony/routing/RouterInterface.php
vendored
@@ -28,8 +28,6 @@ interface RouterInterface extends UrlMatcherInterface, UrlGeneratorInterface
|
||||
*
|
||||
* WARNING: This method should never be used at runtime as it is SLOW.
|
||||
* You might use it in a cache warmer though.
|
||||
*
|
||||
* @return RouteCollection
|
||||
*/
|
||||
public function getRouteCollection();
|
||||
public function getRouteCollection(): RouteCollection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user