We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e06998 + e8bc977 commit b26b8b9Copy full SHA for b26b8b9
1 file changed
src/Statement/StatementList.php
@@ -226,7 +226,10 @@ public function getIterator() {
226
}
227
228
/**
229
- * @return Statement[] Numerically indexed (non-sparse) array.
+ * Returns the wrapped array of statements. This retrieval operation is cheap.
230
+ * No guarantees are given about the keys of the returned array.
231
+ *
232
+ * @return Statement[]
233
*/
234
public function toArray() {
235
return $this->statements;
0 commit comments