Closed
Description
The following error was recorded under Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose
449 | ERROR | [x] No blank line found after control structure (Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose)
The code is a try/catch/finally
block with a set of if
control structures inside the catch.
link to code section: https://github.com/joomla-framework/console/blob/13a8498930831b88c5ece0327a1c46e331a54fb8/src/Application.php#L390-L466
The error occurs at the catch
close bracket before the finally
keyword
I believe the Expected result is no error for this code