Skip to content

Commit

Permalink
amateur hour 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
modethirteen committed Dec 19, 2020
1 parent 0e6c718 commit f2b3e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit f2b3e3c

Please sign in to comment.