diff --git a/inc/composer/class-docker-compose-generator.php b/inc/composer/class-docker-compose-generator.php index b8e802fc..654e917a 100644 --- a/inc/composer/class-docker-compose-generator.php +++ b/inc/composer/class-docker-compose-generator.php @@ -131,7 +131,7 @@ protected function get_php_reusable() : array { $volumes[] = "{$this->config_dir}/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini"; } - if ( $this->get_config()['afterburner'] && $version !== "7.4" ) { + if ( $this->get_config()['afterburner'] && $version !== '7.4' ) { $volumes[] = "{$this->config_dir}/afterburner.ini:/usr/local/etc/php/conf.d/afterburner.ini"; }