File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Symfony/Bridge/PhpUnit Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -215,13 +215,13 @@ public static function register($mode = 0)
215
215
return $ b ['count ' ] - $ a ['count ' ];
216
216
};
217
217
218
- $ displayDeprecations = function ($ deprecations ) use ($ colorize , $ cmp ) {
219
- $ groups = array ('unsilenced ' , 'remaining ' );
220
- if (DeprecationErrorHandler::MODE_WEAK_VENDORS === $ mode ) {
218
+ $ groups = array ('unsilenced ' , 'remaining ' );
219
+ if (DeprecationErrorHandler::MODE_WEAK_VENDORS === $ mode ) {
221
220
$ groups [] = 'remaining vendor ' ;
222
- }
223
- array_push ($ groups , 'legacy ' , 'other ' );
221
+ }
222
+ array_push ($ groups , 'legacy ' , 'other ' );
224
223
224
+ $ displayDeprecations = function ($ deprecations ) use ($ colorize , $ cmp , $ groups ) {
225
225
foreach ($ groups as $ group ) {
226
226
if ($ deprecations [$ group .'Count ' ]) {
227
227
echo "\n" , $ colorize (
You can’t perform that action at this time.
0 commit comments