Skip to content

Commit f68e54e

Browse files
authored
add the AssetMapper and TypeInfo components (#226)
1 parent 26592b0 commit f68e54e

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
@@ -16,7 +16,7 @@ class StaticLabelApi extends NullLabelApi
1616
public function getComponentLabelsForRepository(Repository $repository): array
1717
{
1818
return [
19-
'Asset', 'BrowserKit', 'Cache', 'Config', 'Console',
19+
'Asset', 'AssetMapper', 'BrowserKit', 'Cache', 'Config', 'Console',
2020
'Contracts', 'CssSelector', 'Debug', 'DebugBundle', 'DependencyInjection',
2121
'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv',
2222
'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
@@ -26,7 +26,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
2626
'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
2727
'PropertyInfo', 'ProxyManagerBridge', 'PsrHttpMessageBridge', 'RemoteEvent', 'Routing',
2828
'Scheduler', 'Security', 'SecurityBundle', 'Serializer', 'Stopwatch', 'String',
29-
'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper',
29+
'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'TypeInfo', 'Uid', 'Validator', 'VarDumper',
3030
'VarExporter', 'Webhook', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow',
3131
'Yaml',
3232
];

0 commit comments

Comments
 (0)