From: Raphaƫl Gertz Date: Sun, 8 Aug 2021 13:41:32 +0000 (+0200) Subject: Remove strict type for path to conform to parent definition X-Git-Tag: 0.2.0~27 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/e228b33bad82184f989a081b162e127c1a949f10 Remove strict type for path to conform to parent definition --- diff --git a/Package/PathPackage.php b/Package/PathPackage.php index 4746fe9..8b53136 100644 --- a/Package/PathPackage.php +++ b/Package/PathPackage.php @@ -69,7 +69,7 @@ class PathPackage extends Package { * * {@inheritdoc} */ - public function getUrl(string $path): string { + public function getUrl($path): string { //Match url starting with a bundle name if (preg_match('%^@([A-Z][a-zA-Z]*?)(?:Bundle/Resources/public)?/(.*)$%', $path, $matches)) { //Handle empty or without replacement pattern basePath