Skip to content

Commit 7b63bf1

Browse files
committed
Fix constructor arguments.
1 parent 32622c5 commit 7b63bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsseticBundle/CacheBuster/Null.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Null extends NoCache
1616
{
17-
public function __construct($typeOrOptions = null)
17+
public function __construct()
1818
{
1919
trigger_error(
2020
sprintf(

0 commit comments

Comments
 (0)