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
Expand Up @@ -234,8 +234,7 @@ public function testGet() {
*
* @return void
*/
public function testGetEmptyKey()
{
public function testGetEmptyKey() {
$data = array(
'' => 'some value'
);
Expand Down

0 comments on commit c935bed

Please sign in to comment.