@@ -310,7 +310,7 @@ discard block |
||
310 | 310 | } |
311 | 311 | |
312 | 312 | /** |
313 | - * @return \DateTime|null |
|
313 | + * @return \DateTime |
|
314 | 314 | */ |
315 | 315 | public function getCreationTime() { |
316 | 316 | return $this->creationTime; |
@@ -929,7 +929,6 @@ discard block |
||
929 | 929 | * NOTE: if possible, use @see modifyDataObject instead, as it provides a nicer API. |
930 | 930 | * |
931 | 931 | * @since 2.0 |
932 | - * @param array $data |
|
933 | 932 | */ |
934 | 933 | public function encodeAndSetData( array $dataArray ) { |
935 | 934 | $this->data = base64_encode( serialize( $dataArray ) ); |