Skip to content

Commit 942607b

Browse files
authored
Merge pull request #698 from favicode/fix/php-compatibility
Removing trailing comma in WAF constructor to be compatible with PHP 7.2
2 parents b172057 + 6db3a64 commit 942607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Adminhtml/FastlyCdn/Waf/WafAllowlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct(
7878
$this->config = $config;
7979
$this->api = $api;
8080
$this->vcl = $vcl;
81-
parent::__construct($context, );
81+
parent::__construct($context);
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)