Skip to content

Commit

Permalink
Merge pull request #41 from fabik/patch-1
Browse files Browse the repository at this point in the history
StringOutput::getOutput() returns an empty string instead of null
  • Loading branch information
fprochazka committed Dec 17, 2015
2 parents 94c6a5f + 1beb2a7 commit 25052f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kdyby/Console/StringOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StringOutput extends Output
/**
* @var string
*/
private $output;
private $output = '';



Expand Down

0 comments on commit 25052f7

Please sign in to comment.