Skip to content

Commit

Permalink
add the AssetMapper and TypeInfo components (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh authored Feb 4, 2024
1 parent 26592b0 commit f68e54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/Label/StaticLabelApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class StaticLabelApi extends NullLabelApi
public function getComponentLabelsForRepository(Repository $repository): array
{
return [
'Asset', 'BrowserKit', 'Cache', 'Config', 'Console',
'Asset', 'AssetMapper', 'BrowserKit', 'Cache', 'Config', 'Console',
'Contracts', 'CssSelector', 'Debug', 'DebugBundle', 'DependencyInjection',
'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv',
'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
Expand All @@ -26,7 +26,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
'PropertyInfo', 'ProxyManagerBridge', 'PsrHttpMessageBridge', 'RemoteEvent', 'Routing',
'Scheduler', 'Security', 'SecurityBundle', 'Serializer', 'Stopwatch', 'String',
'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper',
'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'TypeInfo', 'Uid', 'Validator', 'VarDumper',
'VarExporter', 'Webhook', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow',
'Yaml',
];
Expand Down

0 comments on commit f68e54e

Please # to comment.