Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 8, 2023
1 parent f8eb7a7 commit ff4b4f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Conversions/ConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
->nonOptimized()
->getManipulations()
->toArray();
ray($manipulations);
ray($manipulations);
$this->assertArrayNotHasKey('optimize', $manipulations);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\MediaLibrary\Tests\TestSupport\TestModels;

use Spatie\Image\Enums\Fit;
use Spatie\Image\Manipulations;
use Spatie\MediaLibrary\MediaCollections\Models\Media;

class TestModelWithPreviewConversion extends TestModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Spatie\MediaLibrary\Tests\TestSupport\TestModels;

use Spatie\Image\Manipulations;
use Spatie\MediaLibrary\MediaCollections\Models\Media;

class TestModelWithResponsiveImages extends TestModel
Expand Down

0 comments on commit ff4b4f3

Please sign in to comment.