Skip to content

Commit 174f11c

Browse files
committed
chore: removed obsolete arguments
1 parent f4e25a2 commit 174f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/ColdTrick/Questions/Permissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Permissions {
1111
*
1212
* @return void|bool
1313
*/
14-
public static function questionsContainer(\Elgg\Hook $hook, $type, $returnvalue, $params) {
14+
public static function questionsContainer(\Elgg\Hook $hook) {
1515

1616
$subtype = $hook->getParam('subtype');
1717
if ($subtype !== \ElggQuestion::SUBTYPE) {

0 commit comments

Comments
 (0)