Skip to content

Commit

Permalink
Update ReplaceRegexpTask.php
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Sep 14, 2024
1 parent f8ce479 commit 66cca7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Phing/Task/System/ReplaceRegexpTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class ReplaceRegexpTask extends Task
/**
* If false, note errors but continue.
*/
public void setFailOnError($failonerror) {
public function setFailOnError($failonerror)
{
$this->failonerror = $failonerror;
}

Expand Down

0 comments on commit 66cca7a

Please sign in to comment.