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
Thanks for reporting this. The code looking to see if the array was contained within parenthesis didn't need to be there because all tokens already have that information populated for them. All tests are still passing, so I think it's a good fix.
We recently had a file where scanning a single file takes > 40s
RectangleTest.php.txt
We've made some analysis why this was done https://www.drupal.org/node/2911280#comment-12270785
I'm wondering whether it would be possible to fix this in phpcs itself? For now we have a custom fix which involves moves the data to a json file.
The text was updated successfully, but these errors were encountered: