TryLib icon indicating copy to clipboard operation
TryLib copied to clipboard

Imrpove array syntax and visible method name

Open peter279k opened this issue 5 years ago • 0 comments

Changed log

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

peter279k avatar Aug 17 '20 05:08 peter279k