We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e9b3b + a6d07d2 commit c481062Copy full SHA for c481062
1 file changed
src/Reference.php
@@ -70,6 +70,7 @@ public function count() {
70
* @return bool
71
*/
72
public function isEmpty() {
73
+ // FIXME: Not all implementations of Snaks are guaranteed to have an isEmpty method.
74
return $this->snaks->isEmpty();
75
}
76
0 commit comments