Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7b227d

Browse files
tucksaunfabpot
andauthored
Update local/php/executor.go
Co-authored-by: Fabien Potencier <[email protected]>
1 parent e95e7ad commit f7b227d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/php/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (e *Executor) DetectScriptDir() (string, error) {
165165

166166
// Config determines the right version of PHP depending on the configuration
167167
// (+ 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
168+
// with underlying tools that could try to run PHP. This is the responsibility
169169
// of the caller to clean those temporary files. One can call
170170
// CleanupTemporaryDirectories to do so.
171171
func (e *Executor) Config(loadDotEnv bool) error {

0 commit comments

Comments
 (0)