@@ -420,6 +420,9 @@ discard block |
||
| 420 | 420 | .sprintf('%s.phar.temp.pubkey', $this->getLocalPharFileBasename()); |
| 421 | 421 | } |
| 422 | 422 | |
| 423 | + /** |
|
| 424 | + * @param string|null $localPharFile |
|
| 425 | + */ |
|
| 423 | 426 | protected function setLocalPharFile($localPharFile) |
| 424 | 427 | { |
| 425 | 428 | if (!is_null($localPharFile)) { |
@@ -464,6 +467,9 @@ discard block |
||
| 464 | 467 | $this->tempDirectory = $tempDirectory; |
| 465 | 468 | } |
| 466 | 469 | |
| 470 | + /** |
|
| 471 | + * @param string $phar |
|
| 472 | + */ |
|
| 467 | 473 | protected function validatePhar($phar) |
| 468 | 474 | { |
| 469 | 475 | $phar = realpath($phar); |