8000 Coding standards can't be obeyed · symfony/symfony@53473e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53473e9

Browse files
committed
Coding standards can't be obeyed
1 parent 6a63b3f commit 53473e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ public function endTest($test, $time)
264264
unlink($this->runsInSeparateProcess);
265265
foreach ($deprecations ? unserialize($deprecations) : array() as $deprecation) {
266266
if ($deprecation[0]) {
267+
//@codingStandardsIgnoreStart
267268
trigger_error($deprecation[1], E_USER_DEPRECATED);
269+
//@codingStandardsIgnoreEnd
268270
} else {
269271
@trigger_error($deprecation[1], E_USER_DEPRECATED);
270272
}

0 commit comments

Comments
 (0)
0