mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36: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
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testFromArrayZeroValue()
|
public function testFromArrayZeroValue() {
|
||||||
{
|
|
||||||
$xml = array(
|
$xml = array(
|
||||||
'tag' => array(
|
'tag' => array(
|
||||||
'@' => 0,
|
'@' => 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue