You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Converter/AbstractPackageConverter.php
+5-5
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,13 @@ protected function convertData(array $asset, array $keys, array $dependencies, a
84
84
* @param array $asset The asset data
85
85
* @param string $assetKey The asset key
86
86
* @param array $composer The composer data
87
-
* @param string|array $composerKey The composer key or array with composer key name and closure
87
+
* @param array|string $composerKey The composer key or array with composer key name and closure
88
88
*
89
89
* @throws InvalidArgumentException When the 'composerKey' argument of asset packager converter is not an string or an array with the composer key and closure
thrownewInvalidArgumentException('The "composerKey" argument of asset packager converter must be an string or an array with the composer key and closure');
188
188
}
189
189
@@ -233,7 +233,7 @@ protected static function splitUrlVersion($version)
0 commit comments