Skip to content

Commit ec38642

Browse files
committed
Remove aligned '=>' and '='
1 parent e96b7ac commit ec38642

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/Encoder/XmlEncoderTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,11 +446,11 @@ protected function getNamespacedXmlSource()
446446
protected function getNamespacedArray()
447447
{
448448
return array(
449-
'@xmlns' => 'http://www.w3.org/2005/Atom',
450-
'@xmlns:app' => 'http://www.w3.org/2007/app',
449+
'@xmlns' => 'http://www.w3.org/2005/Atom',
450+
'@xmlns:app' => 'http://www.w3.org/2007/app',
451451
'@xmlns:media' => 'http://search.yahoo.com/mrss/',
452-
'@xmlns:gd' => 'http://schemas.google.com/g/2005',
453-
'@xmlns:yt' => 'http://gdata.youtube.com/schemas/2007',
452+
'@xmlns:gd' => 'http://schemas.google.com/g/2005',
453+
'@xmlns:yt' => 'http://gdata.youtube.com/schemas/2007',
454454
'qux' => "1",
455455
'app:foo' => "foo",
456456
'yt:bar' => array("a", "b"),
@@ -469,7 +469,7 @@ protected function getNamespacedArray()
469469
'Barry' => array(
470470
'@size' => 'large',
471471
'FooBar' => array(
472-
'Baz' => 'Ed',
472+
'Baz' => 'Ed',
473473
'@gd:id' => 1,
474474
),
475475
),

0 commit comments

Comments
 (0)