Skip to content

Commit 50f61a1

Browse files
committed
Unused $attribute
1 parent 66b3dee commit 50f61a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function(string $attribute, array $params = null, Validator $validator) {
149149
],
150150
[
151151
['filters'],
152-
function(string $attribute) {
152+
function() {
153153
foreach ($this->filters as $class => &$value) {
154154
if ($value === 'yes') {
155155
$value = true;

0 commit comments

Comments
 (0)