Change order of throws

This commit is contained in:
Thibaud BARDIN
2014-09-01 03:10:08 +02:00
parent 0fc5c5ee77
commit 3d10be888c
+1 -1
View File
@@ -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)
{