@@ -58,7 +58,7 @@ |
||
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); |