Added throws RuntimeException annotation to BatchMessage (#506)

This commit is contained in:
Matěj Humpál 2019-01-03 11:38:58 +01:00 committed by Tobias Nyholm
parent 54aa0a7553
commit 5398e0ad9c

View File

@ -98,6 +98,7 @@ class BatchMessage extends MessageBuilder
} }
/** /**
* @throws RuntimeException
* @throws MissingRequiredParameter * @throws MissingRequiredParameter
*/ */
public function finalize() public function finalize()