mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Change order of throws
This commit is contained in:
@@ -46,8 +46,8 @@ class MultiBulkTuple extends MultiBulk implements OuterIterator
|
||||
*
|
||||
* @param MultiBulk $iterator Inner multibulk response iterator.
|
||||
*
|
||||
* @throws \UnexpectedValueException
|
||||
* @throws \InvalidArgumentException
|
||||
* @throws \UnexpectedValueException
|
||||
*/
|
||||
protected function checkPreconditions(MultiBulk $iterator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user