mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 00:47:27 +02:00
Style
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
use function PHPUnit\Framework\assertFalse;
|
||||
|
||||
$foo = new stdClass();
|
||||
$foo = new stdClass;
|
||||
$foo->beforeAll = false;
|
||||
$foo->beforeEach = false;
|
||||
$foo->afterEach = false;
|
||||
|
||||
Reference in New Issue
Block a user