Completed
Branch master (d7c148)
by Nikola
12:40 queued 01:15
created
src/RunOpenCode/Backup/Backup/File.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -53,6 +53,14 @@
 block discarded – undo
53 53
      */
54 54
     private $modifiedAt;
55 55
 
56
+    /**
57
+     * @param string $name
58
+     * @param string $path
59
+     * @param null|string $rootPath
60
+     * @param integer $size
61
+     * @param integer $createdAt
62
+     * @param integer $modifiedAt
63
+     */
56 64
     public function __construct($name, $path, $rootPath, $size, $createdAt, $modifiedAt)
57 65
     {
58 66
         $this->name = $name;
Please login to merge, or discard this patch.