Completed
Push — master ( 157f8e...ae8c4e )
by f
03:53
created
src/Packager.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
      * This file contains the base package information
16 16
      *
17 17
      * @param Spec $spec
18
-     * @return \wapmorgan\rpm\Spec
18
+     * @return Packager
19 19
      */
20 20
     public function setSpec(Spec $spec)
21 21
     {
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
         return $command;
125 125
     }
126 126
 
127
+    /**
128
+     * @param string $dest
129
+     */
127 130
     private function pathToPath($path, $dest) {
128 131
         if (is_dir($path)) {
129 132
             $iterator = new DirectoryIterator($path);
Please login to merge, or discard this patch.