Skip to content

Commit dac82d0

Browse files
committed
Add missing doc blocks
1 parent 463d7a5 commit dac82d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Chinese/Sign.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public static function fromDate(DateTimeInterface $date, Astrology $astrology =
3838
* {@inheritdoc}
3939
*
4040
* @see SignInterface::fromString()
41+
*
42+
* @throws InvalidArgumentException
43+
* @throws RuntimeException
4144
*/
4245
public static function fromString(string|Stringable $date, Astrology $astrology = Astrology::CHINESE): SignInterface
4346
{
@@ -52,6 +55,8 @@ public static function fromString(string|Stringable $date, Astrology $astrology
5255
* {@inheritdoc}
5356
*
5457
* @see SignInterface::fromUnix()
58+
*
59+
* @throws InvalidArgumentException
5560
*/
5661
public static function fromUnix(string|int|float $date, Astrology $astrology = Astrology::CHINESE): SignInterface
5762
{

0 commit comments

Comments
 (0)