From f2b3e3c649c5e08a3bb95f3a3e2b670d55eb9802 Mon Sep 17 00:00:00 2001 From: James Andrew Vaughn Date: Fri, 18 Dec 2020 20:20:54 -0800 Subject: [PATCH] =?UTF-8?q?amateur=20hour=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264c48d..123de03 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $result = (new CacheBuilder()) if(!($result instanceof Bar)) { return false; } - return $result->someProperty = 'some value'; + return $result->someProperty === 'some value'; }); ->withBuilder(function() : object {