Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Delete references to pending issues before releasing 1.0 from readme #173

Merged
merged 2 commits into from
Dec 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ Safe is loading 1000+ functions from ~85 files on each request. Yet, the perform
In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
contains more information regarding the way we tested the performance impact of Safe.

## Work in progress

There are a number of pending issues [before releasing 1.0](https://github.com/thecodingmachine/safe/milestone/1)

## Learn more

Read [the release article on TheCodingMachine's blog](https://thecodingmachine.io/introducing-safe-php) if you want to
Expand Down
4 changes: 2 additions & 2 deletions generated/array.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ function shuffle(array &$array): void
* Sorting type flags:
*
*
* SORT_REGULAR - compare items normally
* (don't change types)
* SORT_REGULAR - compare items normally;
* the details are described in the comparison operators section
*
*
* SORT_NUMERIC - compare items numerically
Expand Down