Test Failed
Push — main ( 0eb966...5da9e4 )
by Michael
02:44
created
tests/app/src/Events/Subscriber/TestSubscriber.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 block discarded – undo
20 20
     public function addTestItems(MenuEvent $event)
21 21
     {
22 22
         $event->prepend(function () {
23
-          yield MenuItem::system('Prepended Item', 'test') ->setRouteParameter('name', 'test_menu');
23
+            yield MenuItem::system('Prepended Item', 'test') ->setRouteParameter('name', 'test_menu');
24 24
         });
25 25
 
26 26
         $event->append(function () {
27
-          yield MenuItem::system('Appended Item', 'test') ->setRouteParameter('name', 'test_menu');
27
+            yield MenuItem::system('Appended Item', 'test') ->setRouteParameter('name', 'test_menu');
28 28
         });
29 29
     }
30 30
 }
31 31
\ No newline at end of file
Please login to merge, or discard this patch.