Skip to content

Commit

Permalink
FIx phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Nov 2, 2023
1 parent a83e971 commit ea89444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit ea89444

Please sign in to comment.