Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make StyleCI happy again
  • Loading branch information
svenluijten committed Mar 17, 2021
commit 8279fa8cdb8ae53aa359d4a1958e8709a62368d5
1 change: 0 additions & 1 deletion src/Illuminate/Testing/Fluent/Concerns/Matching.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Closure;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use PHPUnit\Framework\Assert as PHPUnit;

Expand Down
2 changes: 1 addition & 1 deletion tests/Testing/Fluent/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ public function testAssertWhereTypeWhenWrongUnionTypeIsGiven()
public function testAssertWhereTypeWithPipeInUnionType()
{
$assert = AssertableJson::fromArray([
'foo' => 'bar',
'foo' => 'bar',
]);

$assert->whereType('foo', 'string|null');
Expand Down