Passed
Push — dbal ( 59fa40...8433ab )
by Greg
05:50
created
app/DB/Timestamp.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@
 block discarded – undo
30 30
 /**
31 31
  * Custom type for DBAL.
32 32
  */
33
-class Timestamp extends Type implements PhpDateTimeMappingType {
33
+class Timestamp extends Type implements PhpDateTimeMappingType
34
+{
34 35
     public function getName(): string
35 36
     {
36 37
         return 'timestamp';
Please login to merge, or discard this patch.