Completed
Pull Request — master (#23)
by Pádraic
01:58
created
src/Updater.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -420,6 +420,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.