Skip to content

Commit

Permalink
Merge pull request #6 from ricardosequeira/fix-handle-return
Browse files Browse the repository at this point in the history
Add handle return
  • Loading branch information
lorenzo authored Nov 18, 2017
2 parents fd7cff8 + aa0fe0d commit 8d99b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Log/Engine/LogstashLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function config($config = array()) {
*/
protected function _open($host, $port, $timeout) {
$handle = pfsockopen($host, $port, $errNo, $errSt, $timeout);
return $handle;
}

/**
Expand Down

0 comments on commit 8d99b5f

Please sign in to comment.