• Walt Sorensen's avatar
    [CS] Code Style fixes for administrator/components/com_installer/ (#16916) · 10196452
    Walt Sorensen authored
    * PHPCS2-autofixers
    
    - Multi-line function call not indented correctly;
    - No blank line found after control structure
    - Closing parenthesis of a multi-line function call must be on a line by
    itself
    - Please consider an empty line before the foreach statement;
    - Expected 1 space after "="; 2 found
    - Expected 1 space after FUNCTION keyword; 0 found
    - Expected 3 tabs before opening brace; 4 found
    - Whitespace found at end of line
    
    * Fix query
    10196452
updatesites.php 13.8 KB