Completed
Push — master ( 893f23...6ffa07 )
by Olivier
01:11 queued 01:01
created
lib/PermissionNotGranted.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
         public Context $context,
24 24
         ?Throwable $previous = null
25 25
     ) {
26
-        parent::__construct("Permission not granted for message: " . $dispatched_message::class, 0, $previous);
26
+        parent::__construct("Permission not granted for message: ".$dispatched_message::class, 0, $previous);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.