magento-ecg / coding-standard

Magento PHP_CodeSniffer Coding Standard
MIT License
308 stars 100 forks source link

Internal error fo do...while #70

Closed sreichel closed 2 months ago

sreichel commented 1 year ago
do {
    ...
} while (...);

leads to

----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | ERROR | An error occurred during processing; checking has been
   |       | aborted. The error message was: Undefined array key
   |       | "parenthesis_opener" in
   |       | xxx/vendor/magento-ecg/coding-standard/Ecg/Sniffs/Performance/LoopSniff.php
   |       | on line 73 (Internal.Exception)
----------------------------------------------------------------------
sreichel commented 2 months ago

Bump.

sreichel commented 2 months ago

@alexkaranda thanks for merging. Can you please make a new release?