Passed
Push — master ( 291d13...46262d )
by Thierry
02:24
created
src/Plugin/Response/Dialog/DialogPluginTrait.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,8 @@
 block discarded – undo
17 17
 trait DialogPluginTrait
18 18
 {
19 19
     public function setReturnCode(bool $bReturnCode)
20
-    {}
20
+    {
21
+}
21 22
 
22 23
     public function getUri(): string
23 24
     {
Please login to merge, or discard this patch.