mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Fix PHPCS error.
This commit is contained in:
parent
99af4bba83
commit
53bcc1550f
1 changed files with 1 additions and 2 deletions
|
@ -402,8 +402,7 @@ XML;
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testFromArrayZeroValue()
|
||||
{
|
||||
public function testFromArrayZeroValue() {
|
||||
$xml = array(
|
||||
'tag' => array(
|
||||
'@' => 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue