Completed
Pull Request — master (#135)
by Julien
07:19 queued 03:11
created
src/Package/Convey/Command/Tgz.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -93,6 +93,10 @@
 block discarded – undo
93 93
         unset($package, $downloader);
94 94
     }
95 95
 
96
+    /**
97
+     * @param string $target
98
+     * @param boolean $no_convert
99
+     */
96 100
     public function execute($target, $no_convert)
97 101
     {
98 102
         $this->fetch($target);
Please login to merge, or discard this patch.
src/Package/PHP/Command/Release.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -77,6 +77,9 @@
 block discarded – undo
77 77
         $this->noConvert = $noConvert;
78 78
     }
79 79
 
80
+    /**
81
+     * @param string $path
82
+     */
80 83
     protected function readPackage($path)
81 84
     {
82 85
         $jsonLoader = new Package\Util\JSON\Loader(new Package\Util\Loader());
Please login to merge, or discard this patch.