Skip to content

Commit

Permalink
🚨 apply pint recommandations
Browse files Browse the repository at this point in the history
  • Loading branch information
akiletour committed Nov 26, 2024
1 parent 158d6e4 commit 91083e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bedrock/environments/development.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Configuration overrides for WP_ENV === 'development'
*/
Expand Down
1 change: 1 addition & 0 deletions bedrock/environments/staging.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Configuration overrides for WP_ENV === 'staging'
*/
Expand Down
1 change: 1 addition & 0 deletions public/content/mu-plugins/01-bedrock-autoloader.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Plugin Name: Bedrock Autoloader
* Plugin URI: https://github.com/roots/bedrock-autoloader
Expand Down
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* WordPress View Bootstrapper
*/
Expand Down
1 change: 1 addition & 0 deletions public/wp-config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Do not edit this file. Edit the config files found in the config/ dir instead.
* This file is required in the root directory so WordPress can find it.
Expand Down

0 comments on commit 91083e5

Please sign in to comment.