pantheon-systems / pantheon_domain_masking

Domain Masking helper module for D8
GNU General Public License v2.0
11 stars 6 forks source link

Fix notices about missing PANTHEON_ ENV vars #2

Closed benjaminbradley closed 4 years ago

benjaminbradley commented 4 years ago

This replaces the ternary operator with the Null Coalescing Operator (introduced in PHP 7) to initialize variables without an error/notice, even if the Pantheon variables are not available in the environment.