Skip to content

Commit

Permalink
Fix: Use , instead of . as thousands separator
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 18, 2025
1 parent 149e553 commit 1ea32e0
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 @@ -339,7 +339,7 @@ You can configure the maximum duration for a single test case with
- `phpunit/phpunit:^8.5.19`
- `phpunit/phpunit:^9.0.0`

The following example configures the maximum durations for single test cases to 5.000 ms, 4.000 ms, and 3.000 ms:
The following example configures the maximum durations for single test cases to 5,000 ms, 4,000 ms, and 3,000 ms:

```php
<?php
Expand Down

0 comments on commit 1ea32e0

Please sign in to comment.