Skip to content

Commit e473179

Browse files
committed
Merge pull request #590 from wmde/classLevelDocs
Add missing class level documentation
2 parents c3ab346 + cec8d2d commit e473179

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/ByPropertyIdArray.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ public function moveObjectToIndex( $object, $toIndex ) {
402402
* the end of its "property group" or - if no objects featuring the same property exist - to the
403403
* absolute end of the array.
404404
* Specifying an index outside a "property group" will place the new object at the specified
405-
* index with the existing "property group" objects being shifted towards the new new object.
405+
* index with the existing "property group" objects being shifted towards the new object.
406+
*
406407
* @since 0.5
407408
*
408409
* @param object $object

src/Statement/ReferencedStatementFilter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
namespace Wikibase\DataModel\Statement;
44

55
/**
6+
* A filter that only accepts statements with one or more references, and rejects all unreferenced
7+
* statements.
8+
*
69
* @since 4.1
710
*
811
* @licence GNU GPL v2+

src/Term/Fingerprint.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use OutOfBoundsException;
88

99
/**
10+
* A container for all labels, all descriptions and all aliases (in all languages) of entities that
11+
* support all three term types. Should not be used for entity types that only support one or two of
12+
* these term types.
13+
*
1014
* @since 0.7.3
1115
*
1216
* @licence GNU GPL v2+

0 commit comments

Comments
 (0)