Fix PHPCS

This commit is contained in:
mark_story 2016-10-21 18:35:05 -04:00
parent 816801902e
commit c935bed8f6

View file

@ -234,8 +234,7 @@ class HashTest extends CakeTestCase {
*
* @return void
*/
public function testGetEmptyKey()
{
public function testGetEmptyKey() {
$data = array(
'' => 'some value'
);