Skip to content

Commit

Permalink
Fixed typo (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet authored and greg-1-anderson committed Mar 21, 2019
1 parent d569ed2 commit 1f6a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/RealtimeOutputHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function setStderrMarker($marker)
*/
public function setStdoutMarker($marker)
{
$this->$stdoutMarker = $marker;
$this->stdoutMarker = $marker;
return $this;
}

Expand Down

0 comments on commit 1f6a8d5

Please sign in to comment.