Skip to content

Commit

Permalink
Bug fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
aminyazdanpanah committed Oct 25, 2020
1 parent ba9ed4a commit 1b15046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options/Streams/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function input(string $input)
*/
protected function __getStreamSelector()
{
if (!$this->stream_selector) {
if (!isset($this->stream_selector)) {
return null;
}

Expand Down

0 comments on commit 1b15046

Please sign in to comment.