Completed
Push — master ( 273839...f16a73 )
by Daniel
03:18
created
src/Webroot.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,9 +68,8 @@  discard block
 block discarded – undo
68 68
 
69 69
 	/**
70 70
 	 * Put the database from the given sspak file into this webroot.
71
-	 * @param array $details The previously sniffed details of this webroot
72 71
 	 * @param bool $dropdb Drop the DB prior to install
73
-	 * @param string $sspakFile Filename
72
+	 * @param SSPakFile $sspak Filename
74 73
 	 */
75 74
 	public function putdb($sspak, $dropdb) {
76 75
 		$details = $this->details();
@@ -138,7 +137,7 @@  discard block
 block discarded – undo
138 137
 	}
139 138
 
140 139
 	/**
141
-	 * @param $sspak SSPakFile SSPak file to extract assets from
140
+	 * @param SSPakFile $sspak SSPakFile SSPak file to extract assets from
142 141
 	 * @todo There should be a return value or exception thrown to indicate success or failure to put assets
143 142
 	 */
144 143
 	public function putassets($sspak) {
Please login to merge, or discard this patch.