From 53bcc1550f0fc0d86d7701ddaa174daa7520fe07 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 13 Dec 2016 22:50:07 -0500 Subject: [PATCH] Fix PHPCS error. --- lib/Cake/Test/Case/Utility/XmlTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cake/Test/Case/Utility/XmlTest.php b/lib/Cake/Test/Case/Utility/XmlTest.php index d0fa9d1d5..a33663f75 100644 --- a/lib/Cake/Test/Case/Utility/XmlTest.php +++ b/lib/Cake/Test/Case/Utility/XmlTest.php @@ -402,8 +402,7 @@ XML; * * @return void */ - public function testFromArrayZeroValue() - { + public function testFromArrayZeroValue() { $xml = array( 'tag' => array( '@' => 0,