PHPackages                             susina/coding-standard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. susina/coding-standard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

susina/coding-standard
======================

Shared config for php-cs-fixer, based on PSR1 and PSR2

v2.3(4y ago)13.6k16Apache-2.0PHPPHP &gt;=7.2

Since Jan 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/susina/coding-standard)[ Packagist](https://packagist.org/packages/susina/coding-standard)[ RSS](/packages/susina-coding-standard/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (6)

Susina Coding Standard
======================

[](#susina-coding-standard)

[![Test Installation](https://github.com/susina/coding-standard/workflows/Test%20Suite/badge.svg)](https://github.com/susina/coding-standard/workflows/Test%20Suite/badge.svg)

Susina Coding Standard library is a set of [php-cs-fixer](https://cs.sensiolabs.com) rules for Susina project repository. It's based on [PSR1](https://www.php-fig.org/psr/psr-1/) and [PSR12](https://www.php-fig.org/psr/psr-12/), with the following differences:

- always use *declare(strict\_types=1)* and put it at the beginning of the file, one space after `
