8000 Fix coding standard · symfony/symfony@c315a1f · GitHub
[go: up one dir, main page]

Skip to content

Commit c315a1f

Browse files
committed
Fix coding standard
1 parent eb9661d commit c315a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public static function register($mode = 0)
216216

21721 6562 7
$groups = array('unsilenced', 'remaining');
218218
if (DeprecationErrorHandler::MODE_WEAK_VENDORS === $mode) {
219-
$groups[] = 'remaining vendor';
219+
$groups[] = 'remaining vendor';
220220
}
221221
array_push($groups, 'legacy', 'other');
222222

0 commit comments

Comments
 (0)
0