Completed
Push — master ( b61ec1...efb667 )
by Nicholas
03:02
created
src/error.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 	 * Simply triggers a E_USER_WARNING error with $message
59 59
 	 * 
60 60
 	 * @param  string $message The message describing the error
61
-	 * @return void
61
+	 * @return boolean
62 62
 	 */
63 63
 	protected static function trigger(string $message) {
64 64
 		return trigger_error($message, E_USER_WARNING);
Please login to merge, or discard this patch.