chore: style changes

This commit is contained in:
Nuno Maduro
2024-08-02 11:53:24 +01:00
parent 6a8a4f3243
commit 5e41e546a0
57 changed files with 131 additions and 131 deletions

View File

@ -7,7 +7,7 @@ use Pest\TestSuite;
uses()->group('container');
beforeEach(function () {
$this->container = new Container();
$this->container = new Container;
});
it('exists')

View File

@ -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';
};