Skip to content

Commit 0a50e83

Browse files
authored
Merge pull request #173 from bdsl/patch-1
Delete references to pending issues before releasing 1.0 from readme
2 parents 25c3969 + 8bacaad commit 0a50e83

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ Safe is loading 1000+ functions from ~85 files on each request. Yet, the perform
162162
In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
163163
contains more information regarding the way we tested the performance impact of Safe.
164164

165-
## Work in progress
166-
167-
There are a number of pending issues [before releasing 1.0](https://github.com/thecodingmachine/safe/milestone/1)
168-
169165
## Learn more
170166

171167
Read [the release article on TheCodingMachine's blog](https://thecodingmachine.io/introducing-safe-php) if you want to

generated/array.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ function shuffle(array &$array): void
347347
* Sorting type flags:
348348
*
349349
*
350-
* SORT_REGULAR - compare items normally
351-
* (don't change types)
350+
* SORT_REGULAR - compare items normally;
351+
* the details are described in the comparison operators section
352352
*
353353
*
354354
* SORT_NUMERIC - compare items numerically

0 commit comments

Comments
 (0)