Fix PHPCS error.

This commit is contained in:
mark_story 2016-12-13 22:50:07 -05:00
parent 99af4bba83
commit 53bcc1550f

View file

@ -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,