We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59be520 commit c057088Copy full SHA for c057088
1 file changed
Config/FilesystemFactory.php
@@ -64,7 +64,7 @@ public function loadEtcResolvConf($filename)
64
$stream->on('error', function ($error) use ($deferred) {
65
$deferred->reject($error);
66
});
67
-
+
68
return $deferred->promise();
69
} catch (\Exception $e) {
70
return Util::reject($e);
0 commit comments