We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b239dc1 commit 0d8afb0Copy full SHA for 0d8afb0
Templating/Helper/AssetsHelper.php
@@ -43,7 +43,7 @@ public function __construct(Packages $packages)
43
public function getUrl($path, $packageName = null, $version = null)
44
{
45
// BC layer to be removed in 3.0
46
- if (3 === $count = func_num_args()) {
+ if (3 === func_num_args()) {
47
@trigger_error('Forcing a version for an asset was deprecated in 2.7 and will be removed in 3.0.', E_USER_DEPRECATED);
48
49
$args = func_get_args();
0 commit comments