Completed
Push — master ( f287b1...9d1ccd )
by Leszek
50s
created
src/Entities/MembershipApplication.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 ) );
Please login to merge, or discard this patch.