You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the formatting with PSR2 removes the eventual spaces between the brackets and the values, inside array definitions.
We usually type them as [ 1, 2, 3 ] and [ 1, 2, 3, ]; is there a way to skip that bracket-space and last-comma checks?
The text was updated successfully, but these errors were encountered:
Hi,
I've noticed the formatting with PSR2 removes the eventual spaces between the brackets and the values, inside array definitions.
We usually type them as
[ 1, 2, 3 ]
and[ 1, 2, 3, ]
; is there a way to skip that bracket-space and last-comma checks?The text was updated successfully, but these errors were encountered: