Skip to content

Commit

Permalink
update drupal/coder
Browse files Browse the repository at this point in the history
update composer.lock

update phpcs flags

fix phpcs suggestions

Updating composer.lock again
  • Loading branch information
kevcooper authored and stevector committed Aug 9, 2019
1 parent b69b327 commit 15a9d72
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 185 deletions.
1 change: 1 addition & 0 deletions pantheon_advanced_page_cache.module
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @file
* Main module file for the Pantheon Advanced Page Cache.
Expand Down
4 changes: 2 additions & 2 deletions tests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"require": {
"drupal/drupal-extension": "~3.0",
"drupal/coder": "^7.2"
"drupal/coder": "^8.3"
},
"scripts": {
"codesniff": [
"phpcs --report=full --extensions=php,module,inc,theme,info,install --standard=vendor/drupal/coder/coder_sniffer/Drupal --ignore=vendor --ignore=behat .."
"phpcs --report=full --extensions=php,module,inc,theme,info,install --standard=vendor/drupal/coder/coder_sniffer/Drupal --ignore=vendor,behat .."
]
},
"config": {
Expand Down
Loading

0 comments on commit 15a9d72

Please sign in to comment.