Skip to content

Commit

Permalink
Add null fallback to socket detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander De la Marche committed Feb 16, 2023
1 parent 4b4a942 commit e135aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ private function locateSocketPath(): ?string
return $matchingFiles[0];
}
}

return null;
}

/** @return string[] */
Expand Down

0 comments on commit e135aea

Please sign in to comment.