We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb71a8 commit e19b909Copy full SHA for e19b909
src/Api/Label/StaticLabelApi.php
@@ -7,6 +7,8 @@
7
/**
8
* Dont fetch data from external source.
9
*
10
+ * This class is only used in tests.
11
+ *
12
* @author Tobias Nyholm <[email protected]>
13
*/
14
class StaticLabelApi extends NullLabelApi
@@ -21,7 +23,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
21
23
'Feature', 'Filesystem', 'Finder', 'Form', 'FrameworkBundle',
22
24
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'Ldap',
25
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier',
- 'OptionsResolver', 'PhpUnitBridge', 'Process', 'PropertyAccess',
26
+ 'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
27
'PropertyInfo', 'ProxyManagerBridge', 'Routing', 'Security',
28
'SecurityBundle', 'Serializer', 'Stopwatch', 'String', 'Templating',
29
'Translation', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper',
0 commit comments