Fixing PHPCS errors.
This commit is contained in:
parent
74565282a8
commit
e7a270f60a
12 changed files with 13 additions and 26 deletions
|
|
@ -160,7 +160,6 @@ abstract class BaseCommandExecutor implements CommandExecutor
|
|||
$this->logger->log(Lang::get('looking_for_binary', $bin), LogLevel::DEBUG);
|
||||
|
||||
if (is_dir($composerBin) && is_file($composerBin.'/'.$bin)) {
|
||||
|
||||
$this->logger->log(Lang::get('found_in_path', $composerBin, $bin), LogLevel::DEBUG);
|
||||
$binaryPath = $composerBin . '/' . $bin;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue