We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 379166d + 07e4e33 commit d6a55f2Copy full SHA for d6a55f2
3 files changed
src/HashArray.php
@@ -358,8 +358,6 @@ public function unserialize( $serialized ) {
358
}
359
360
/**
361
- * Returns if the ArrayObject has no elements.
362
- *
363
* @return bool
364
*/
365
public function isEmpty() {
src/PropertyIdProvider.php
@@ -15,8 +15,6 @@
15
interface PropertyIdProvider {
16
17
18
- * Returns the property id of this object.
19
20
* @since 1.1
21
*
22
* @return PropertyId
src/Statement/Statement.php
@@ -81,8 +81,6 @@ public function __construct(
81
82
83
84
- * Returns the GUID of this statement.
85
86
* @since 0.2
87
88
* @return string|null
0 commit comments