1
0
Fork 0

Merge pull request #8243 from carusogabriel/remove-explict-void-return

Remove explicits void returns
pull/8252/head
Jordi Boggiano 2019-07-29 18:08:32 +02:00 committed by GitHub
commit 7edd689533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -87,8 +87,6 @@ class PerforceDownloader extends VcsDownloader
public function getLocalChanges(PackageInterface $package, $path)
{
$this->io->writeError('Perforce driver does not check for local changes before overriding', true);
return;
}
/**

View File

@ -363,8 +363,6 @@ class Perforce
while ($line !== false) {
$line = fgets($pipe);
}
return;
}
public function windowsLogin($password)