Skip to content

Commit

Permalink
remove non-existant argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesLiAKQA committed Dec 1, 2022
1 parent 25a43ad commit 94c4be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/beam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Heyday\Beam\Application;
error_reporting(E_ALL);

set_error_handler(
function ($errno, $errstr, $errfile, $errline, $errcontext) {
function ($errno, $errstr, $errfile, $errline) {
// error was suppressed with the @-operator
if (0 === error_reporting()) {
return false;
Expand Down

0 comments on commit 94c4be4

Please sign in to comment.