Skip to content

Commit a0a08f3

Browse files
authored
Merge pull request #98 from belfie13/queue_docblock_summary
Changed the docblock summary for push()
2 parents e52796c + c67d404 commit a0a08f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function pop()
106106
}
107107

108108
/**
109-
* Pushes zero or more values into the front of the queue.
109+
* Pushes zero or more values into the back of the queue.
110110
*
111111
* @param mixed ...$values
112112
*

0 commit comments

Comments
 (0)