Skip to content

Commit

Permalink
Fix phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffblack360 committed Oct 29, 2015
1 parent a3698f8 commit eeb48f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/BasicsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function testArrayDiffKey()
$two = [];
$result = array_diff_key($one, $two);
$this->assertSame($one, $result);

}

/**
Expand Down

0 comments on commit eeb48f4

Please sign in to comment.