mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 16:37:27 +02:00
Style
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
use PHPUnit\Framework\ExpectationFailedException;
|
||||
|
||||
$obj = new stdClass();
|
||||
$obj = new stdClass;
|
||||
$obj->foo = 'bar';
|
||||
$obj->fooNull = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user