Skip to content

Commit c1c66ee

Browse files
committed
Merge branch 'develop'
2 parents 1882155 + 175e6c7 commit c1c66ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ composer require moitran/php-common-funcs
3232
* **getTimeBetweenTwoDate** Return number of Seconds (S), Minutes (M), Hours (H) or Days (D) between two dates.
3333
* **getAge** Return age by date of birth.
3434
* **niceTime** Return nice time format.
35-
## Best practice to use
35+
## Best practice to use (*IMO)
3636
All functions in this package have static method so that if we call functions redirect like this way. It will be so hard to write the phpunit test code.
3737
```php
3838

0 commit comments

Comments
 (0)