From f8b129e72c74316e0a1adf8010029514655cc8a5 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 20 Dec 2019 12:02:33 +0000 Subject: [PATCH 1/2] Delete references to pending issues before releasing 1.0 from readme Yes, technicall 0 is a number, but we don't need to mention it. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a3d84e1b..aec7c121 100644 --- a/README.md +++ b/README.md @@ -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 From 8bacaadf0daada58970c1435736ddc99938e8c53 Mon Sep 17 00:00:00 2001 From: Barney Laurance Date: Fri, 20 Dec 2019 14:22:40 +0000 Subject: [PATCH 2/2] Update generated docs: array SORT_REGULAR flag --- generated/array.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generated/array.php b/generated/array.php index 35b3dd69..80c90ff8 100644 --- a/generated/array.php +++ b/generated/array.php @@ -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