Passed
Branch main (90099b)
by John
12:06
created
Category
src/Concerns/WireToast.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     public function dehydrate(Response $response): void
13 13
     {
14
-        if (! ToastManager::componentRendered()) {
14
+        if (!ToastManager::componentRendered()) {
15 15
             foreach (ToastManager::pull() ?? [] as $notification) {
16 16
                 $response->effects['dispatches'] ??= [];
17 17
 
Please login to merge, or discard this patch.
src/helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Usernotnull\Toast\Toast;
6 6
 
7
-if (! function_exists('toast')) {
7
+if (!function_exists('toast')) {
8 8
     function toast(): Toast
9 9
     {
10 10
         return app('toast');
Please login to merge, or discard this patch.