@@ -68,9 +68,8 @@ discard block |
||
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 |
||
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) { |