Skip to content

Commit 7698850

Browse files
committed
No need to return a value
1 parent ad86587 commit 7698850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FnDispatcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ private function validate($from, $args, $types = [])
277277
}
278278
$this->validateType("{$from}:{$index}", $value, $types[$index]);
279279
}
280-
return true;
281280
}
282281

283282
private function validateType($from, $value, array $types)

0 commit comments

Comments
 (0)