Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moitran committed Dec 18, 2018
2 parents 1882155 + 175e6c7 commit c1c66ee
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 @@ -32,7 +32,7 @@ $ composer require moitran/php-common-funcs
* **getTimeBetweenTwoDate** Return number of Seconds (S), Minutes (M), Hours (H) or Days (D) between two dates.
* **getAge** Return age by date of birth.
* **niceTime** Return nice time format.
## Best practice to use
## Best practice to use (*IMO)
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.
```php

Expand Down

0 comments on commit c1c66ee

Please sign in to comment.