Completed
Pull Request — master (#19)
by Flo
02:55
created
src/Form/AbstractFormBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
      * @return boolean
269 269
      * @codeCoverageIgnore
270 270
      */
271
-    private function _addValidators(AbstractType &$typeClass, array $definition)
271
+    private function _addValidators(AbstractType & $typeClass, array $definition)
272 272
     {
273 273
         if (!empty($definition['validator'])) {
274 274
 
Please login to merge, or discard this patch.