Completed
Pull Request — master (#4)
by Piotr
45:39
created
controller/paperhivecontroller.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
 	 * @NoAdminRequired
191 191
 	 *
192 192
 	 * @param string $bookID
193
-	 * @return string/boolean
193
+	 * @return string
194 194
 	 */
195 195
 	private function fetchDocument($bookID) {
196 196
 		$urlDocument = $this->paperhive_base_url . $this->paperhive_api_url . $bookID;
@@ -278,7 +278,6 @@  discard block
 block discarded – undo
278 278
 	 *
279 279
 	 * @NoAdminRequired
280 280
 	 *
281
-	 * @param string $bookID
282 281
 	 * @return DataResponse
283 282
 	 */
284 283
 	public function getPaperHiveDetails() {
Please login to merge, or discard this patch.