Improve performance of the function call/array analysis sniffs.
This PR caches the results of the function call parameter / array parsing as this can be quite a "heavy" operation. The trade-off of doing this will be that the memory usage of the PHPCS run will go up.
Please register or sign in to comment