File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 124124 <config name =" installed_paths" value =" ../../slevomat/coding-standard" />
125125 <rule ref =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment" />
126126 <rule ref =" SlevomatCodingStandard.Commenting.UselessFunctionDocComment.UselessDocComment" />
127+ <rule ref =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing" />
127128 <rule ref =" SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
128129 <rule ref =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" />
129130 <rule ref =" SlevomatCodingStandard.Namespaces.UnusedUses" />
Original file line number Diff line number Diff line change 66composer require shoppingfeed/coding-style-php
77```
88
9+ ### Contributing
10+
11+ To connect to a php 8.0 container correctly configured
12+
13+ - Create a container : ` docker run --name coding-style-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0.2-fpm `
14+ - Connect to container : ` docker exec -it coding-style-php bash `
15+
16+ Once connected to the container you can :
17+
18+ - Update composer dependencies : ` composer update `
19+ - Run test : ` composer test `
20+
921### Documentation
1022
1123Documentation is driven by [ mkdocs] ( https://www.mkdocs.org/ ) and uses [ material theme] ( https://squidfunk.github.io/mkdocs-material/ )
You can’t perform that action at this time.
0 commit comments