Skip to content

Commit

Permalink
PHPCBF: Fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Robot committed Aug 2, 2024
1 parent 09a2582 commit 6228512
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/application.pantheon.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@
define( 'PANTHEON_HOSTNAME', $hostname );
}

// Cookie settings.
defined( 'COOKIE_DOMAIN' ) or Config::define( 'COOKIE_DOMAIN', PANTHEON_HOSTNAME );
defined( 'ADMIN_COOKIE_PATH' ) or Config::define( 'ADMIN_COOKIE_PATH', '/' );
defined( 'COOKIEPATH' ) or Config::define( 'COOKIEPATH', '' );
defined( 'SITECOOKIEPATH' ) or Config::define( 'SITECOOKIEPATH', '' );
// Cookie settings.
defined( 'COOKIE_DOMAIN' ) or Config::define( 'COOKIE_DOMAIN', PANTHEON_HOSTNAME );
defined( 'ADMIN_COOKIE_PATH' ) or Config::define( 'ADMIN_COOKIE_PATH', '/' );
defined( 'COOKIEPATH' ) or Config::define( 'COOKIEPATH', '' );
defined( 'SITECOOKIEPATH' ) or Config::define( 'SITECOOKIEPATH', '' );
}

0 comments on commit 6228512

Please sign in to comment.