Skip to content

Commit 7de9e7e

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ed76239 commit 7de9e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlareMiddleware/ContextTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// We need to duplicate the class check here because this runs before the skip check
88
class_exists(Context::class) && Context::flush();
99
})->skip(
10-
!class_exists(Context::class),
10+
! class_exists(Context::class),
1111
'Context facade not available (introduced in Laravel 11)',
1212
);
1313

0 commit comments

Comments
 (0)