4
0

update 2023-06-21 03:10:00

This commit is contained in:
Robot 2023-06-21 03:10:00 +02:00
parent 9b28e87d96
commit 7c50406c91
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
3 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ class Watcher << (F,LightGreen) >> #Green {
# Verses $verses
# bool $fresh
# string $today
# object $verse
# ?object $verse
+ __construct(Load $load, Insert $insert, ...)
+ api(string $translation, int $book, ...) : bool
- translation(string $translation) : ?string

View File

@ -104,10 +104,10 @@ final class Watcher
/**
* The target verse
*
* @var object
* @var object|null
* @since 2.0.1
*/
protected object $verse;
protected ?object $verse;
/**
* Constructor

View File

@ -73,10 +73,10 @@
/**
* The target verse
*
* @var object
* @var object|null
* @since 2.0.1
*/
protected object $verse;
protected ?object $verse;
/**
* Constructor