@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | /** |
64 | 64 | * Check if there is an upgrade available |
65 | 65 | * |
66 | - * @return bool|mixed |
|
66 | + * @return boolean |
|
67 | 67 | */ |
68 | 68 | public function has_upgrade() { |
69 | 69 | return false; |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | /** |
73 | 73 | * Do all requirements pass so it is usable. |
74 | 74 | * |
75 | - * @return bool|array TRUE if passed, array of errors if failed. |
|
75 | + * @return boolean TRUE if passed, array of errors if failed. |
|
76 | 76 | */ |
77 | 77 | public function passed_requirements() { |
78 | 78 | return true; |