mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-20 09:18:10 +02:00
Well, what should I say, the PHP code sniffer allows us up to 120 characters line length and when you code/format based on these rules, e.g the description of a cli command, it will mess everything up when you run `icingacli module --help`. So, we can just wrap the output after the available screen columns. (cherry picked from commit 8cb0976c5b910578d14510dcabf59db6fb146c3e)