Thanks to visit codestin.com Credit goes to github.com
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 e95e7ad commit f7b227dCopy full SHA for f7b227d
local/php/executor.go
@@ -165,7 +165,7 @@ func (e *Executor) DetectScriptDir() (string, error) {
165
166
// Config determines the right version of PHP depending on the configuration
167
// (+ its configuration). It also creates some symlinks to ease the integration
168
-// with underlying tools that could try to run PHP. This is the responsability
+// with underlying tools that could try to run PHP. This is the responsibility
169
// of the caller to clean those temporary files. One can call
170
// CleanupTemporaryDirectories to do so.
171
func (e *Executor) Config(loadDotEnv bool) error {
0 commit comments