Skip to content

Commit 0d8afb0

Browse files
committed
Remove some unused variables, properties and methods
1 parent b239dc1 commit 0d8afb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/Helper/AssetsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(Packages $packages)
4343
public function getUrl($path, $packageName = null, $version = null)
4444
{
4545
// BC layer to be removed in 3.0
46-
if (3 === $count = func_num_args()) {
46+
if (3 === func_num_args()) {
4747
@trigger_error('Forcing a version for an asset was deprecated in 2.7 and will be removed in 3.0.', E_USER_DEPRECATED);
4848

4949
$args = func_get_args();

0 commit comments

Comments
 (0)