Skip to content
  • Anael Mobilia's avatar
    Apply PHPCS rule Generic.Functions.FunctionCallArgumentSpacing (White space... · f1bae66d
    Anael Mobilia authored
    Apply PHPCS rule Generic.Functions.FunctionCallArgumentSpacing (White space after comma in function call) (#1490)
    
    * Apply PHPCS rule 
      <!-- White space after comma in function call -->
      <rule ref="Generic.Functions.FunctionCallArgumentSpacing" />
    
    + Fix current code for this rule
    => using phpcbf (phpcs tool)
    
    Part of #1209
    
    * Apply PHPCS rule
    
      <!-- White space after comma in function call -->
      <rule ref="Generic.Functions.FunctionCallArgumentSpacing" />
    
    + Fix current code for this rule
    => using phpcbf (phpcs tool)
    
    Part of #1209
    f1bae66d