Skip to content

Commit

Permalink
Fix type + PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 15, 2020
1 parent ecb122e commit 992e37b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ parameters:
paths:
- src
- tests
ignoreErrors:
- '#Call to an undefined method.*get#'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Following this approach, a static analyzer will be able to understand what is ca

## Eager Execution

What if a program calls for `Deferred` object, but lazy evaluation is not required? For example, because a result is already avaiable being loaded from cache.
What if a program calls for `Deferred` object, but lazy evaluation is not required? For example, because a result is already avaiable being loaded from a cache.

No problem, there's a function for this:

Expand Down

0 comments on commit 992e37b

Please sign in to comment.