Jakub Tobiasz

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Jakub Tobiasz created a post,

    Improving the naming schema for `Implement Interface`

    Hello,when we use the `Implement interface` we're getting the `Impl` suffix, which is strictly a Java thingy. For PHP the standard is naming the interface with the `Interface` suffix, and the imple...