Skip to content

Commit b669cb4

Browse files
committed
CS
1 parent 4182813 commit b669cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/date/php_date.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4270,7 +4270,8 @@ static bool date_interval_initialize(timelib_rel_time **rt, /*const*/ char *form
42704270
return retval;
42714271
} /* }}} */
42724272

4273-
static int date_interval_compare_objects(zval *o1, zval *o2) {
4273+
static int date_interval_compare_objects(zval *o1, zval *o2)
4274+
{
42744275
ZEND_COMPARE_OBJECTS_FALLBACK(o1, o2);
42754276
/* There is no well defined way to compare intervals like P1M and P30D, which may compare
42764277
* smaller, equal or greater depending on the point in time at which the interval starts. As

0 commit comments

Comments
 (0)