mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS
This commit is contained in:
parent
816801902e
commit
c935bed8f6
1 changed files with 1 additions and 2 deletions
|
@ -234,8 +234,7 @@ class HashTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testGetEmptyKey()
|
||||
{
|
||||
public function testGetEmptyKey() {
|
||||
$data = array(
|
||||
'' => 'some value'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue