phpDocumentor / fig-standards

Standards either proposed or approved by the Framework Interop Group
http://www.php-fig.org/
Other
361 stars 85 forks source link

Fixed coding style for "foreach" control structure #154

Closed TheSnip3r closed 5 years ago

TheSnip3r commented 6 years ago

According to PSR-2, for control structure: "There MUST be one space after the control structure keyword". So, there must be one space after "foreach"

ashnazg commented 5 years ago

This repo is outdated... please get a new fork from https://github.com/php-fig/fig-standards for future contributions.

This does still need to be corrected in the FIG repo, so please open a new PR there.

Note also there are four phpdoc* files now, so this change affects two files.

ashnazg commented 5 years ago

Rather than working against FIG repo, I have now updated this phpDoc fork, so we can resume working here.

Please update your fork of this repo, and update this PR to resolve its conflicts.