File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ public function getByPropertyId( PropertyId $propertyId ) {
132132 * @since 0.5
133133 *
134134 * @param object $object
135- * @return bool|int
136135 *
136+ * @return bool|int
137137 * @throws RuntimeException
138138 */
139139 public function getFlatArrayIndexOfObject ( $ object ) {
@@ -154,7 +154,6 @@ public function getFlatArrayIndexOfObject( $object ) {
154154 * @since 0.5
155155 *
156156 * @return object[]
157- *
158157 * @throws RuntimeException
159158 */
160159 public function toFlatArray () {
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ public function getClaimWithGuid( $claimGuid ) {
138138 * @param string $guid
139139 *
140140 * @return bool
141- *
142141 * @throws InvalidArgumentException
143142 */
144143 public function offsetExists ( $ guid ) {
@@ -153,7 +152,6 @@ public function offsetExists( $guid ) {
153152 * @param string $guid
154153 *
155154 * @return Statement
156- *
157155 * @throws InvalidArgumentException
158156 */
159157 public function offsetGet ( $ guid ) {
Original file line number Diff line number Diff line change 22
33namespace Wikibase \DataModel \Entity ;
44
5- use DataValues \DataValue ;
65use DataValues \DataValueObject ;
76use DataValues \IllegalValueException ;
87use InvalidArgumentException ;
You can’t perform that action at this time.
0 commit comments