Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong.tt committed Jan 22, 2025
1 parent fbaef88 commit 83407eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Support/SupportArrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ public function testIsList()
$this->assertTrue(Arr::isList([0 => 'foo', 'bar']));
$this->assertTrue(Arr::isList([0 => 'foo', 1 => 'bar']));


$this->assertFalse(Arr::isList([-1 => 1]));
$this->assertFalse(Arr::isList([-1 => 1, 0 => 2]));
$this->assertFalse(Arr::isList([1 => 'foo', 'bar']));
Expand Down

0 comments on commit 83407eb

Please sign in to comment.