Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed May 31, 2023
1 parent 9f72641 commit 0f4af34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/Fakes/Transformers/ConfidentialDataTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Spatie\LaravelData\Tests\Fakes\Transformers;

use function collect;

use Spatie\LaravelData\Support\DataProperty;
use Spatie\LaravelData\Transformers\Transformer;

Expand Down
6 changes: 3 additions & 3 deletions tests/Resolvers/EmptyDataResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public function it_will_further_transform_resources()
/** @test */
public function it_will_return_the_base_type_for_lazy_types()
{
// $this->assertEmptyPropertyValue(null, new class() {
// public Lazy | string $property;
// });
// $this->assertEmptyPropertyValue(null, new class() {
// public Lazy | string $property;
// });

$this->assertEmptyPropertyValue([], new class () {
public Lazy | array $property;
Expand Down

0 comments on commit 0f4af34

Please sign in to comment.