File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ function( $serializedPropertyId ) {
112112 *
113113 * @param PropertyId $propertyId
114114 *
115+ * @throws OutOfBoundsException
116+ * @throws RuntimeException
115117 * @return object[]
116- * @throws RuntimeException|OutOfBoundsException
117118 */
118119 public function getByPropertyId ( PropertyId $ propertyId ) {
119120 $ this ->assertIndexIsBuild ();
@@ -365,7 +366,8 @@ private function getPropertyGroupIndex( PropertyId $propertyId ) {
365366 * @param object $object
366367 * @param int $toIndex Absolute index where to move the object to.
367368 *
368- * @throws RuntimeException|OutOfBoundsException
369+ * @throws OutOfBoundsException
370+ * @throws RuntimeException
369371 */
370372 public function moveObjectToIndex ( $ object , $ toIndex ) {
371373 $ this ->assertIndexIsBuild ();
You can’t perform that action at this time.
0 commit comments