Completed
Push — master ( aa685e...fec83c )
by
unknown
01:38
created
Form/Type/RestEntityType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
         if ($resolver instanceof OptionsResolver) {
39 39
             $resolver->setAllowedTypes('entityName', ['string']);
40 40
             $resolver->setDefined(['entityName']);
41
-            $resolver->setDefault('invalid_message', function (Options $options) {
42
-                return 'This value is not valid. Unable to find ' . $options['entityName'] . ' in the database.';
41
+            $resolver->setDefault('invalid_message', function(Options $options) {
42
+                return 'This value is not valid. Unable to find '.$options['entityName'].' in the database.';
43 43
             });
44 44
         }
45 45
     }
Please login to merge, or discard this patch.