@@ -51,7 +51,7 @@ |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
54 | - * @return false|string|null |
|
54 | + * @return null|string |
|
55 | 55 | * @throws \Exception |
56 | 56 | */ |
57 | 57 | public function getDateUpdatedIso8601() |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Associate a element |
57 | 57 | * |
58 | - * @param mixed $element |
|
58 | + * @param ElementInterface|null $element |
|
59 | 59 | * @return $this |
60 | 60 | */ |
61 | 61 | public function setElement($element = null) |