.. include:: /Includes.rst.txt .. index:: Codestyle Codestyle ========= .. seealso:: Es gelten die Vorgaben von PSR-2 und TYPO3. * https://docs.typo3.org/m/typo3/reference-coding-guidelines/7.6/en-us/PhpFileFormatting/GeneralRequirementsForPhpFiles/Index.html Diese Vorgaben werden bei **jedem** Build Prozess geprüft. Automatisches fixen des Codestyles: .. code:: bash php-cs-fixer fix DistributionPackages --rules=@PSR2