@@ -491,6 +491,9 @@ |
||
491 | 491 | } |
492 | 492 | } |
493 | 493 | |
494 | + /** |
|
495 | + * @param string $index |
|
496 | + */ |
|
494 | 497 | private function validateIndex($index) { |
495 | 498 | if (!IndexHelper::indexIsValid($index)) { |
496 | 499 | throw new InvalidIndexNameException(sprintf( |