Skip to content

Commit b99381b

Browse files
committed
Fix CS
1 parent 7d0d9d9 commit b99381b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discovery.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ func (s *PHPStore) discoverPHPViaPHP(dir, binName string) *Version {
200200
}
201201

202202
fpm := filepath.Join(dir, "sbin", strings.Replace(binName, "php", "php-fpm", 1))
203-
204203
if _, err := os.Stat(fpm); os.IsNotExist(err) {
205204
fpm = filepath.Join(dir, "bin", strings.Replace(binName, "php", "php-fpm", 1))
206205
}

0 commit comments

Comments
 (0)