mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: style changes
This commit is contained in:
@ -7,7 +7,7 @@ use Pest\TestSuite;
|
||||
uses()->group('container');
|
||||
|
||||
beforeEach(function () {
|
||||
$this->container = new Container();
|
||||
$this->container = new Container;
|
||||
});
|
||||
|
||||
it('exists')
|
||||
|
||||
@ -9,7 +9,7 @@ it('gets file name from closure', function () {
|
||||
});
|
||||
|
||||
it('gets property values', function () {
|
||||
$class = new class()
|
||||
$class = new class
|
||||
{
|
||||
private $foo = 'bar';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user