Passed
Push — master ( 2d6e9b...0a49a2 )
by Caen
03:36 queued 12s
created
packages/testing/src/UnitTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     protected static function needsKernel(): void
15 15
     {
16
-        if (! self::$hasSetUpKernel) {
16
+        if (!self::$hasSetUpKernel) {
17 17
             self::setupKernel();
18 18
         }
19 19
     }
Please login to merge, or discard this patch.