Completed
Push — master ( c92b68...ce18a8 )
by Andres
9s
created
src/Validator/DateValidator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
         });
Please login to merge, or discard this patch.