Merge pull request #8243 from carusogabriel/remove-explict-void-return
Remove explicits void returnspull/8252/head
commit
7edd689533
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -363,8 +363,6 @@ class Perforce
|
|||
while ($line !== false) {
|
||||
$line = fgets($pipe);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
public function windowsLogin($password)
|
||||
|
|
Loading…
Reference in New Issue