mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
style: apply fixes from PHP-CS-Fixer
This commit is contained in:
@ -5,7 +5,7 @@ use PHPUnit\Framework\ExpectationFailedException;
|
||||
expect(true)->toBeTrue()->and(false)->toBeFalse();
|
||||
|
||||
test('strict comparisons', function () {
|
||||
$nuno = new stdClass();
|
||||
$nuno = new stdClass();
|
||||
$dries = new stdClass();
|
||||
|
||||
expect($nuno)->toBe($nuno)->not->toBe($dries);
|
||||
|
||||
Reference in New Issue
Block a user