Remove explicts void returns
parent
e022c07370
commit
8b5be1d08c
|
@ -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