Skip to content

Commit

Permalink
Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 21, 2016
1 parent 8168019 commit c935bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Test/Case/Utility/HashTest.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ public function testGet() {
* *
* @return void * @return void
*/ */
public function testGetEmptyKey() public function testGetEmptyKey() {
{
$data = array( $data = array(
'' => 'some value' '' => 'some value'
); );
Expand Down

0 comments on commit c935bed

Please sign in to comment.