Skip to content

Commit b26b8b9

Browse files
committed
Merge pull request #459 from wmde/toarray
Alter guarantees provided by StatementList::toArray
2 parents 8e06998 + e8bc977 commit b26b8b9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Statement/StatementList.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,10 @@ public function getIterator() {
226226
}
227227

228228
/**
229-
* @return Statement[] Numerically indexed (non-sparse) array.
229+
* 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[]
230233
*/
231234
public function toArray() {
232235
return $this->statements;

0 commit comments

Comments
 (0)