Skip to content

Commit

Permalink
fix: autofix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 11, 2023
1 parent a429c78 commit 29b0456
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/unit/CollectionGenericOperationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
final class CollectionGenericOperationTest extends TestCase
{
use GenericCollectionProviders;

use IterableAssertions;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CollectionSpecificOperationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
final class CollectionSpecificOperationTest extends TestCase
{
use GenericCollectionProviders;

use IterableAssertions;

public function testApplyOperation(): void
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CustomCollectionGenericOperationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
final class CustomCollectionGenericOperationTest extends TestCase
{
use GenericCollectionProviders;

use IterableAssertions;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CustomCollectionSpecificOperationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
final class CustomCollectionSpecificOperationTest extends TestCase
{
use GenericCollectionProviders;

use IterableAssertions;

public function testApplyOperation(): void
Expand Down
1 change: 0 additions & 1 deletion tests/unit/IssuesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
final class IssuesTest extends TestCase
{
use GenericCollectionProviders;

use IterableAssertions;

public function testIssue264()
Expand Down

0 comments on commit 29b0456

Please sign in to comment.