@@ -65,7 +65,7 @@ |
||
| 65 | 65 | return $this->add(function($value, $nameKey) { |
| 66 | 66 | try { |
| 67 | 67 | new \DateTime('@' . $value); |
| 68 | - }catch (\Exception $e) { |
|
| 68 | + } catch (\Exception $e) { |
|
| 69 | 69 | return $this->createError('date.timestamp', $value, $nameKey); |
| 70 | 70 | } |
| 71 | 71 | }); |