Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs' into develop
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices
  • Loading branch information
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion test/ConfigTest.php
Expand Up @@ -632,4 +632,3 @@ public function testZF2_186_mergeReplacingUnnamedConfigSettings()
$this->assertEquals($mergeResult, $configA->toArray());
}
}

1 change: 0 additions & 1 deletion test/FactoryTest.php
Expand Up @@ -140,4 +140,3 @@ public function testFactoryCanRegisterCustomReaderPlugn()


}

1 change: 0 additions & 1 deletion test/ProcessorTest.php
Expand Up @@ -492,4 +492,3 @@ public function testQueuePriorities()
}

}

1 change: 0 additions & 1 deletion test/Reader/TestAssets/Xml/array.xml
Expand Up @@ -28,4 +28,3 @@
</seven>
</six>
</config>

2 changes: 1 addition & 1 deletion test/Reader/TestAssets/Xml/include-base.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include-target.xml"/>
</config>
</config>
2 changes: 1 addition & 1 deletion test/Reader/TestAssets/Xml/include-target.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<foo>foo</foo>
<foo>foo</foo>
2 changes: 1 addition & 1 deletion test/Reader/TestAssets/Xml/invalid.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<foo>
<bar>value</baz>
</foo>
</foo>
2 changes: 1 addition & 1 deletion test/TestAssets/Xml/include-base.xml
Expand Up @@ -3,4 +3,4 @@
<base>
<foo>bar</foo>
</base>
</zend-config>
</zend-config>
2 changes: 1 addition & 1 deletion test/TestAssets/Xml/include-base2.xml
Expand Up @@ -3,4 +3,4 @@
<test>
<bar>baz</bar>
</test>
</zend-config>
</zend-config>
2 changes: 1 addition & 1 deletion test/Writer/_files/allsections.xml
Expand Up @@ -32,4 +32,4 @@
</other_staging>


</config>
</config>

0 comments on commit 954a3b1

Please sign in to comment.