Skip to content

Commit

Permalink
Merge pull request #13 from tomhrtly/patch-1
Browse files Browse the repository at this point in the history
Update used-disk-space.md
  • Loading branch information
freekmurze authored Dec 13, 2021
2 parents 827797c + 2a9a641 commit ab34f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/available-checks/used-disk-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ To customize the usage disk space percentages, you can use `warnWhenUsedSpaceIsA

```php
UsedDiskSpaceCheck::new()
->warnWhenUsedSpaceIsAbovePercentage(60),
->warnWhenUsedSpaceIsAbovePercentage(60)
->failWhenUsedSpaceIsAbovePercentage(80),
```

0 comments on commit ab34f6d

Please sign in to comment.