@@ -38,8 +38,8 @@ |
||
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 | } |