Skip to content

Release version 0.6.0

Latest

Choose a tag to compare

@shudd3r shudd3r released this 26 Jan 23:39
ca389e2

Changes order of elements in src classes:

  • Elements groupped into static and instance ones,
  • Static elements before instance,
  • Each group ordered by visibility.

Changes order of elements in tests classes:

  • Phpunit setup methods before others,
  • Elements groupped by visibility,
  • Static elements of each group after instance ones.

Misc:

  • Refactored src & tests code