TryLib
TryLib copied to clipboard
Imrpove array syntax and visible method name
Changed log
- Add
php-7.2,php-7.3andphp-7.4tests during Travis CI build. - It's time to use the short array syntax to replace
arraysyntax because this package requiresphp-5.6at least. - Remove additional white spaces on all PHP codes.
- Add visible syntax (public/protected/private) to let developers know the method is visible/invisible.