Passed
Push — 8.x-2.x ( 090360...17f949 )
by Frédéric G.
05:57
created
modules/mongodb_watchdog/tests/src/Functional/ControllerTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,21 +70,21 @@
 block discarded – undo
70 70
    *
71 71
    * @var \Drupal\user\Entity\User|false
72 72
    */
73
-  protected User|false $adminUser;
73
+  protected User | false $adminUser;
74 74
 
75 75
   /**
76 76
    * A basic authenticated user account.
77 77
    *
78 78
    * @var \Drupal\user\Entity\User|false
79 79
    */
80
-  protected User|false $anyUser;
80
+  protected User | false $anyUser;
81 81
 
82 82
   /**
83 83
    * An administrator-type user account, but not an administrator.
84 84
    *
85 85
    * @var \Drupal\user\Entity\User|false
86 86
    */
87
-  protected User|false $bigUser;
87
+  protected User | false $bigUser;
88 88
 
89 89
   /**
90 90
    * The event templates collection.
Please login to merge, or discard this patch.