@@ -73,15 +73,15 @@ |
||
| 73 | 73 | */ |
| 74 | 74 | public static function enable() |
| 75 | 75 | { |
| 76 | - Field::macro(static::MACRO_METHOD, function (Field $builder) { |
|
| 76 | + Field::macro(static::MACRO_METHOD, function(Field $builder) { |
|
| 77 | 77 | return new static($builder->getClassMetadata(), $builder->getName()); |
| 78 | 78 | }); |
| 79 | 79 | |
| 80 | - Field::macro('locale', function (Field $field) { |
|
| 80 | + Field::macro('locale', function(Field $field) { |
|
| 81 | 81 | self::locale($field->getName()); |
| 82 | 82 | }); |
| 83 | 83 | |
| 84 | - Entity::macro('translationClass', function (Entity $entity, $class) { |
|
| 84 | + Entity::macro('translationClass', function(Entity $entity, $class) { |
|
| 85 | 85 | self::translationClass($class); |
| 86 | 86 | }); |
| 87 | 87 | } |