Skip to content

Commit 4883185

Browse files
committed
Remove semicolon
1 parent a8dc4f0 commit 4883185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/DateInterval_days_prop1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Wrong var_dump(DateInterval->days) value
33
--FILE--
44
<?php
55

6-
$interval = new DateInterval('P2Y4DT6H8M');;
6+
$interval = new DateInterval('P2Y4DT6H8M');
77

88
var_dump($interval->days);
99
--EXPECT--

0 commit comments

Comments
 (0)