joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

clarify function space rules for function definition and closures #194

Closed photodude closed 7 years ago

photodude commented 7 years ago

no spaces between the function definition name and the opening parenthesis, same as example shows.

closures have a space between the name and opening parenthesis

photodude commented 7 years ago

Thank you