Skip to content

Commit 45107a6

Browse files
committed
feature #216 add labels for new components (xabbuh)
This PR was merged into the master branch. Discussion ---------- add labels for new components Commits ------- e680379 add labels for new components
2 parents d06b990 + e680379 commit 45107a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Label/StaticLabelApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ public function getComponentLabelsForRepository(Repository $repository): array
2424
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'Ldap',
2525
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier',
2626
'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
27-
'PropertyInfo', 'ProxyManagerBridge', 'Routing', 'Security',
27+
'PropertyInfo', 'ProxyManagerBridge', 'RemoteEvent', 'Routing', 'Scheduler', 'Security',
2828
'SecurityBundle', 'Serializer', 'Stopwatch', 'String', 'Templating',
2929
'Translation', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper',
30-
'VarExporter', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow',
30+
'VarExporter', 'Webhook', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow',
3131
'Yaml',
3232
];
3333
}

0 commit comments

Comments
 (0)