awesomemotive / wpforms-phpcs

PHP Coding Standards used by the WPForms team.
https://wpforms.com
GNU General Public License v2.0
12 stars 1 forks source link

Remove requirement for a new line before break statement inside the switch. #21

Closed kagg-design closed 2 years ago

kagg-design commented 2 years ago

Description

Remove requirement for a new line before break statement inside the switch. Keep requirement for empty line after assignment before the break if foreach.

Motivation and Context

Fixes #20.

Testing procedure