Skip to content

Commit

Permalink
Merge pull request #5 from publicwhip/rb-doctrineCodingStandards
Browse files Browse the repository at this point in the history
Change to doctrine based coding standards and more strict QA checks.
  • Loading branch information
rbairwell authored Mar 19, 2019
2 parents 92534c7 + 8cc22aa commit b690116
Show file tree
Hide file tree
Showing 74 changed files with 1,800 additions and 1,530 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- run: sudo apt update
- run: sudo docker-php-ext-install pdo_mysql

# check composer is in sync
- run:
name: Checking composer.lock
command: composer validate --no-check-all --strict

# Download and cache dependencies
- restore_cache:
keys:
Expand Down
16 changes: 9 additions & 7 deletions .idea/PublicWhipV2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/fileTemplates/includes/PHP Class Doc Comment.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/fileTemplates/includes/PHP Interface Doc Comment.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/fileTemplates/includes/PHP Trait Doc Comment.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/fileTemplates/internal/PHP Class.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/fileTemplates/internal/PHP Trait.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/fileTemplates/internal/PHPUnit Test.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b690116

Please sign in to comment.