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 Jan 19, 2024
1 parent f82bd4c commit 8bb91eb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Support/Partials/PartialsCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* @extends SplObjectStorage<Partial, null>
*/
class PartialsCollection extends SplObjectStorage implements Stringable
class PartialsCollection extends SplObjectStorage implements Stringable
{
public static function create(Partial ...$partials): self
{
Expand Down
1 change: 0 additions & 1 deletion src/Support/Transformation/DataContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Spatie\LaravelData\Contracts\BaseData;
use Spatie\LaravelData\Contracts\BaseDataCollectable;
use Spatie\LaravelData\Support\Partials\PartialsCollection;
use Spatie\LaravelData\Support\Partials\ResolvedPartialsCollection;
use Spatie\LaravelData\Support\Wrapping\Wrap;

class DataContext
Expand Down
2 changes: 0 additions & 2 deletions src/Support/Transformation/TransformationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Spatie\LaravelData\Contracts\IncludeableData;
use Spatie\LaravelData\Support\Partials\Partial;
use Spatie\LaravelData\Support\Partials\PartialsCollection;
use Spatie\LaravelData\Support\Partials\ResolvedPartial;
use Spatie\LaravelData\Support\Partials\ResolvedPartialsCollection;
use Spatie\LaravelData\Support\Wrapping\WrapExecutionType;
use Stringable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Spatie\LaravelData\Support\Partials\ForwardsToPartialsDefinition;
use Spatie\LaravelData\Support\Partials\Partial;
use Spatie\LaravelData\Support\Partials\PartialsCollection;
use Spatie\LaravelData\Support\Partials\ResolvedPartialsCollection;
use Spatie\LaravelData\Support\Wrapping\WrapExecutionType;
use Spatie\LaravelData\Transformers\Transformer;

Expand Down
1 change: 0 additions & 1 deletion tests/Support/Partials/PartialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,3 @@ function invalidPartialsProvider(): Generator
expect($partial->getNested())->toBe('struct');
expect($partial->getFields())->toBe(null);
});

0 comments on commit 8bb91eb

Please sign in to comment.