Completed
Push — master ( e06d0e...2ae2a8 )
by Nicholas
02:26
created
src/regulate.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.