Skip to content

Commit dac97be

Browse files
committed
Merge branch '2.1'
* 2.1: added missing use statment (closes #5825) Code cleanup [WebProfilerBundle] Fixed the use of nested macros Removed unused use statements. Nsdocblocks [ConfigDumpReference] avoid notice for variable nodes fixed fallback locale UniqueValidatorTest, Change message on assertions Documented removed _form_is_choice_group function Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php
2 parents ba00dc6 + 1425dd6 commit dac97be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Normalizer/GetSetMethodNormalizer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ private function supports($class)
179179
/**
180180
* Checks if a method's name is get.* and can be called without parameters.
181181
*
182-
* @param ReflectionMethod $method the method to check
182+
* @param \ReflectionMethod $method the method to check
183+
*
183184
* @return Boolean whether the method is a getter.
184185
*/
185186
private function isGetMethod(\ReflectionMethod $method)

0 commit comments

Comments
 (0)