Passed
Push — master ( 505ae7...78ca0f )
by Jip
03:42
created
classes/stencil/abstract-installable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.