symfony-cmf/core-bundle

type declarations

dbu opened this issue · 1 comments

dbu commented

upgrade code to best practices

  • parameter and return type declarations where possible
  • delete unnecessary @param and @return annotations (but keep them if they do more than declare the type)
  • make protected methods & properties private where possible, and classes final where possible
dbu commented

remaining issues fixed in #289