Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

19h47/residences-choisille

Repository files navigation

Résidences Choisille

Résidences Choisille Résidences Choisille are apartments for rent for old people in Saint-Cyr-sur-Loire, France.

Screenshot

Author

The website has been designed by Moka Création and developed by 19h47.

PHPCS

Install the WordPress rules

Add PHP_CodeSniffer to the composer.json file

{
    "require": {
        "squizlabs/php_codesniffer": "*"
    }
}

Then update dependencies

composer update

Create the project

Make create-project

Add the Rules to PHP CodeSniffer

Make config-set