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 15, 2024
1 parent 7cc6e0e commit 443439d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Contracts/ResponsableData.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\LaravelData\Contracts;

use Illuminate\Contracts\Support\Responsable;
use Symfony\Component\HttpFoundation\Response;

interface ResponsableData extends TransformableData, Responsable
{
Expand Down
1 change: 0 additions & 1 deletion tests/Fakes/CastTransformers/FakeCastTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class FakeCastTransformer implements Cast, Transformer
{

public function cast(DataProperty $property, mixed $value, Collection $properties, CreationContext $context): mixed
{
return $value;
Expand Down

0 comments on commit 443439d

Please sign in to comment.