Skip to content

Commit

Permalink
fix: phpcs errors on initial commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher committed Jul 20, 2020
1 parent a29b525 commit e0c1828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions axltempl/files/drupal/load.environment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

// @codingStandardsIgnoreFile
/**
* @file
* This file is included very early. See autoload.files in composer.json and
Expand Down
1 change: 1 addition & 0 deletions axltempl/files/drupal/settings.env.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Load settings from environment variables.
* @see /.env.example
*/

if (!getenv('MYSQL_DATABASE')) {
return;
}
Expand Down

0 comments on commit e0c1828

Please sign in to comment.