Skip to content

Commit

Permalink
Titles should be in title-case
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Brückner <info@froschdesignstudio.de>
Signed-off-by: George Steel <george@netglue.uk>
  • Loading branch information
gsteel and froschdesign authored Sep 15, 2023
1 parent 87d7cc5 commit e32a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v4/migration/v3-to-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All classes have been updated to make use of parameter and return types. In gene

The addition of property, parameter and return types will cause fatal errors for extending classes that re-define those properties or override changed methods. If you have extended from any classes in laminas-stdlib, you should check that property types and method signatures are compatible and update them if they are not aligned.

### PriorityQueue::toArray() now returns data in order of priority
### `PriorityQueue::toArray()` Now Returns Data in Order of Priority

In previous versions, `PriorityQueue::toArray()` returned data in insertion order. This method now returns data in priority order making it effectively the same as `iterator_to_array($queue)`, with the exception that you can pass extraction flags to `PriorityQueue::toArray()`.

Expand Down

0 comments on commit e32a318

Please sign in to comment.