@@ -16,7 +16,7 @@ class StaticLabelApi extends NullLabelApi
16
16
public function getComponentLabelsForRepository (Repository $ repository ): array
17
17
{
18
18
return [
19
- 'Asset ' , 'BrowserKit ' , 'Cache ' , 'Config ' , 'Console ' ,
19
+ 'Asset ' , 'AssetMapper ' , ' BrowserKit ' , 'Cache ' , 'Config ' , 'Console ' ,
20
20
'Contracts ' , 'CssSelector ' , 'Debug ' , 'DebugBundle ' , 'DependencyInjection ' ,
21
21
'Doctrine ' , 'DoctrineBridge ' , 'DomCrawler ' , 'Dotenv ' ,
22
22
'Enhancement ' , 'ErrorHandler ' , 'EventDispatcher ' , 'ExpressionLanguage ' ,
@@ -26,7 +26,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
26
26
'OptionsResolver ' , 'PasswordHasher ' , 'PhpUnitBridge ' , 'Process ' , 'PropertyAccess ' ,
27
27
'PropertyInfo ' , 'ProxyManagerBridge ' , 'PsrHttpMessageBridge ' , 'RemoteEvent ' , 'Routing ' ,
28
28
'Scheduler ' , 'Security ' , 'SecurityBundle ' , 'Serializer ' , 'Stopwatch ' , 'String ' ,
29
- 'Templating ' , 'Translation ' , 'TwigBridge ' , 'TwigBundle ' , 'Uid ' , 'Validator ' , 'VarDumper ' ,
29
+ 'Templating ' , 'Translation ' , 'TwigBridge ' , 'TwigBundle ' , 'TypeInfo ' , ' Uid ' , 'Validator ' , 'VarDumper ' ,
30
30
'VarExporter ' , 'Webhook ' , 'WebLink ' , 'WebProfilerBundle ' , 'WebServerBundle ' , 'Workflow ' ,
31
31
'Yaml ' ,
32
32
];
0 commit comments