Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0550c0

Browse files
magento enqueue
1 parent 2171d53 commit f0550c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Enqueue/Enqueue/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function bindProcessors()
3737
throw new \LogicException(sprintf('Expects processor is instance of: "%s"', PsrProcessor::class));
3838
}
3939

40-
call_user_func_array([$processor, 'process'], func_get_args());
40+
returncall_user_func_array([$processor, 'process'], func_get_args());
4141
});
4242
}
4343
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /