From 66c9da298664a1746929834ca4e44b5a44e5fa14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lajos=20M=C3=A9sz=C3=A1ros?= Date: Tue, 6 Apr 2021 12:06:40 +0200 Subject: [PATCH] Removed a task, that has been done from future plans section in readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ace426b..c1b5694 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,6 @@ As soon as linters and other tools start recognizing [union types](https://php.w [Mixed type](https://wiki.php.net/rfc/union_types_v2#mixed_type) will be added later to PHP, so until then type hinting will look incomplete. -I should be able to turn this into a composer package. - ## FAQ > If the methods are all static and stateless, then why not just write simple functions?