MobMin / digital_atlas

A detailed overview of the digital and spiritual landscape for the countries of the world.
GNU General Public License v3.0
17 stars 5 forks source link

05-05-2022: The linter should be using the PSR2 standard. #27

Open codemis opened 2 years ago

codemis commented 2 years ago

Description

Currently running the lint command uses the default standard for PHPCS. We need to define the specific standard using the following argument: --standard=PSR2. This is the line of code that needs updating.

Context

If you run the linter, it uses PEAR not PSR2.