@@ -66,9 +66,8 @@ discard block |
||
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 |
||
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']; |