Completed
Pull Request — master (#63)
by Andrew
02:38
created
src/Webroot.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,9 +66,8 @@  discard block
 block discarded – undo
66 66
 
67 67
 	/**
68 68
 	 * Put the database from the given sspak file into this webroot.
69
-	 * @param array $details The previously sniffed details of this webroot
70 69
 	 * @param bool $dropdb Drop the DB prior to install
71
-	 * @param string $sspakFile Filename
70
+	 * @param SSPakFile $sspak Filename
72 71
 	 */
73 72
 	public function putdb($sspak, $dropdb) {
74 73
 		$details = $this->details();
@@ -135,6 +134,9 @@  discard block
 block discarded – undo
135 134
 		fclose($stream);
136 135
 	}
137 136
 
137
+	/**
138
+	 * @param SSPakFile $sspak
139
+	 */
138 140
 	public function putassets($sspak) {
139 141
 		$details = $this->details();
140 142
 		$assetsPath = $details['assets_path'];
Please login to merge, or discard this patch.