You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
count($photo_ids) === 0 && count($album_ids) === 0 => thrownewLycheeLogicException('At least one of the arguments [$photo_ids, $album_ids] must be set.'),
138
137
count($photo_ids) !== 0 && count($album_ids) !== 0 => thrownewLycheeLogicException('Only one of the arguments [$photo_ids, $album_ids] must be set.'),
139
138
count($photo_ids) !== 0 && $from_id === null => thrownewLycheeLogicException('The $from_id must be provided with the $photo_ids.'),
140
139
count($album_ids) !== 0 && $from_id !== null => thrownewLycheeLogicException('The $from_id must not be provided with the $album_ids.'),
0 commit comments