@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | */ |
78 | 78 | private static function __timestamps__saveListener() |
79 | 79 | { |
80 | - return function (EntityEvent $event, $eventName) { |
|
80 | + return function(EntityEvent $event, $eventName) { |
|
81 | 81 | /** |
82 | 82 | * @var DataEntity $model |
83 | 83 | */ |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | */ |
112 | 112 | private static function __timestamps__describeListener() |
113 | 113 | { |
114 | - return function (DescribeEvent $event) { |
|
114 | + return function(DescribeEvent $event) { |
|
115 | 115 | if ($event->getProperty() != 'schema') { |
116 | 116 | return; |
117 | 117 | } |