Skip to content

Commit 413b2d4

Browse files
committed
(auto): apply php-cs-fixer changes
1 parent 0263d1c commit 413b2d4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/Feature/ExampleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
test('example', function () {
46
expect(true)->toBeTrue();
57
});

tests/Pest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
|--------------------------------------------------------------------------
57
| Test Case

tests/Unit/ExampleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
test('example', function () {
46
expect(true)->toBeTrue();
57
});

0 commit comments

Comments
 (0)