Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit c4f1e6d

Browse files
committed
CS fixes
1 parent 43eaacf commit c4f1e6d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
<!-- Paths to check -->
1919
<file>src</file>
2020
<file>test</file>
21+
<exclude-pattern>*/test/log/*</exclude-pattern>
2122
</ruleset>

test/CommonServiceLocatorBehaviorsTrait.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,10 @@ public function invalidDelegators()
520520
* @dataProvider invalidDelegators
521521
* @covers \Zend\ServiceManager\ServiceManager::createDelegatorFromName
522522
*/
523-
public function testInvalidDelegatorShouldRaiseExceptionDuringCreation($delegator, $contains = 'non-callable delegator')
524-
{
523+
public function testInvalidDelegatorShouldRaiseExceptionDuringCreation(
524+
$delegator,
525+
$contains = 'non-callable delegator'
526+
) {
525527
$config = [
526528
'option' => 'OPTIONED',
527529
];

0 commit comments

Comments
 (0)