diff options
Diffstat (limited to 'Echo/includes/model/TargetPage.php')
-rw-r--r-- | Echo/includes/model/TargetPage.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/includes/model/TargetPage.php b/Echo/includes/model/TargetPage.php index 2b371977..e9ea4d2b 100644 --- a/Echo/includes/model/TargetPage.php +++ b/Echo/includes/model/TargetPage.php @@ -8,7 +8,7 @@ class EchoTargetPage extends EchoAbstractEntity { /** - * @var Title|null|bool false if not initialized yet + * @var Title|null|false False if not initialized yet */ protected $title = false; @@ -136,7 +136,7 @@ class EchoTargetPage extends EchoAbstractEntity { /** * Convert the properties to a database row - * @return array + * @return int[] */ public function toDbArray() { return [ |