Skip to content

Commit 07e4e33

Browse files
committed
Remove non-informative "getFoo returns foo" comments
This goes along with https://gerrit.wikimedia.org/r/339131.
1 parent 379166d commit 07e4e33

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/HashArray.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ public function unserialize( $serialized ) {
358358
}
359359

360360
/**
361-
* Returns if the ArrayObject has no elements.
362-
*
363361
* @return bool
364362
*/
365363
public function isEmpty() {

src/PropertyIdProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
interface PropertyIdProvider {
1616

1717
/**
18-
* Returns the property id of this object.
19-
*
2018
* @since 1.1
2119
*
2220
* @return PropertyId

src/Statement/Statement.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public function __construct(
8181
}
8282

8383
/**
84-
* Returns the GUID of this statement.
85-
*
8684
* @since 0.2
8785
*
8886
* @return string|null

0 commit comments

Comments
 (0)