We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714885e commit 7f910eeCopy full SHA for 7f910ee
README.md
@@ -33,8 +33,8 @@ use Ziming\LaravelMemoryHealthCheck\UsedMemoryCheck;
33
34
Health::checks([
35
UsedMemoryCheck::new()
36
- ->warnWhenUsedSpaceIsAbovePercentage(70)
37
- ->failWhenUsedSpaceIsAbovePercentage(90),
+ ->warnWhenUsedSpaceIsAbovePercentage(70)
+ ->failWhenUsedSpaceIsAbovePercentage(90),
38
]);
39
```
40
0 commit comments