Skip to content

Commit 9232943

Browse files
authored
Merge pull request #55 from wouterj/patch-1
Added Inflector and WebServerBundle labels
2 parents 66420ba + 5cfec09 commit 9232943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AppBundle/Subscriber/AutoLabelPRFromContentSubscriber.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ private function getValidLabels()
112112
'DomCrawler', 'Dotenv', 'Drupal related', 'DX', 'Easy Pick', 'Enhancement',
113113
'EventDispatcher', 'ExpressionLanguage', 'Feature', 'Filesystem',
114114
'Finder', 'Form', 'FrameworkBundle', 'HttpFoundation', 'HttpKernel',
115-
'Intl', 'Ldap', 'Locale', 'Lock', 'Messenger', 'MonologBridge', 'OptionsResolver',
115+
'Inflector', 'Intl', 'Ldap', 'Locale', 'Lock', 'Messenger', 'MonologBridge', 'OptionsResolver',
116116
'PhpUnitBridge', 'Process', 'PropertyAccess', 'PropertyInfo', 'Ready',
117117
'RFC', 'Routing', 'Security', 'SecurityBundle', 'Serializer',
118118
'Stopwatch', 'Templating', 'Translator', 'TwigBridge', 'TwigBundle',
119-
'Unconfirmed', 'Validator', 'VarDumper', 'WebProfilerBundle', 'Workflow',
120-
'Yaml',
119+
'Unconfirmed', 'Validator', 'VarDumper', 'WebProfilerBundle', 'WebServerBundle',
120+
'Workflow', 'Yaml',
121121
);
122122

123123
return array_merge(

0 commit comments

Comments
 (0)