From 748ecc19f917b0dfc3a3d3aa1cc81a58ede883eb Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Fri, 21 Apr 2023 16:12:48 +0200 Subject: [PATCH] style: break codestyle in EventHandler.php --- src/QUI/Test/EventHandler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php index bfe5289..8ce1d8f 100644 --- a/src/QUI/Test/EventHandler.php +++ b/src/QUI/Test/EventHandler.php @@ -18,16 +18,18 @@ */ class EventHandler { + /** * @return ExternalImage */ public static function onUserGetAvatar(UserInterfaces $User) { + return false; return new ExternalImage( 'https://api.adorable.io/avatars/200/abott@adorable.png' - ); + ); } /** -- GitLab