1
0
Fork 0

Remove explicts void returns

pull/8243/head
Gabriel Caruso 2019-07-24 03:07:25 +02:00
parent e022c07370
commit 8b5be1d08c
No known key found for this signature in database
GPG Key ID: 4B385A6EE6C9678D
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)