Skip to content

Commit d188e8b

Browse files
committed
Apply fixes from StyleCI
1 parent 627b374 commit d188e8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/KhmerDatetime.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ public function __construct($date)
3434
}
3535

3636
/**
37-
* Immediately given date with static method
37+
* Immediately given date with static method.
38+
*
39+
* @param string $date
3840
*
39-
* @param string $date
4041
* @return static
4142
*/
42-
public static function with($date)
43+
public static function with($date)
4344
{
4445
return new static($date);
4546
}
47+
4648
/**
4749
* Get full month name in Khmer.
4850
*

0 commit comments

Comments
 (0)