Completed
Push — extensions-support ( cf3ffe...bcc5d6 )
by Patrick
03:10
created
src/Extensions/Gedmo/Translatable.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,15 +73,15 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.