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

Commit f4a565e

Browse files
committed
Remove cs ignore and reformat
1 parent 4e3e4f8 commit f4a565e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/ZendViewRendererFactoryTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ public function testConfiguresCustomDefaultSuffix()
272272
$r->setAccessible(true);
273273
$resolver = $r->getValue($view);
274274

275-
// @codingStandardsIgnoreStart
276-
// phpcs:disable
277-
$this->assertInstanceOf(NamespacedPathStackResolver::class, $resolver, 'Expected NamespacedPathStackResolver not found!');
278-
// phpcs:enable
279-
// @codingStandardsIgnoreEnd
275+
$this->assertInstanceOf(
276+
NamespacedPathStackResolver::class,
277+
$resolver,
278+
'Expected NamespacedPathStackResolver not found!'
279+
);
280280
$this->assertEquals('php', $resolver->getDefaultSuffix());
281281
}
282282

0 commit comments

Comments
 (0)