Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6969-dead-code-removal' …
Browse files Browse the repository at this point in the history
…into develop

Close zendframework/zendframework#6969
  • Loading branch information
Ocramius committed Dec 8, 2014
3 parents 12840f8 + ddea349 + 5481962 commit 98422be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PriorityQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public function toArray($flag = self::EXTR_DATA)
switch ($flag) {
case self::EXTR_BOTH:
return $this->items;
break;
case self::EXTR_PRIORITY:
return array_map(function ($item) {
return $item['priority'];
Expand Down

0 comments on commit 98422be

Please sign in to comment.