Completed
Push — master ( b47d72...aa095d )
by Leszek
08:09
created
src/Entities/MembershipApplication.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -933,7 +933,6 @@
 block discarded – undo
933 933
 	 * NOTE: if possible, use @see modifyDataObject instead, as it provides a nicer API.
934 934
 	 *
935 935
 	 * @since 2.0
936
-	 * @param array $data
937 936
 	 */
938 937
 	public function encodeAndSetData( array $dataArray ) {
939 938
 		$this->data = base64_encode( serialize( $dataArray ) );
Please login to merge, or discard this patch.