Skip to content

Commit bd0a000

Browse files
Denis-Averinclaude
andcommitted
Set PHP_CS_FIXER_IGNORE_ENV in PHP generator
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4d0cb47 commit bd0a000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegen/generate-php.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ cp ../scripts/check-badges.bash "$targetDir/scripts/"
4040

4141
rm -rf "${tempDir}"
4242

43-
pushd "${targetDir}" && make after-gen && popd >/dev/null
43+
pushd "${targetDir}" && PHP_CS_FIXER_IGNORE_ENV=1 make after-gen && popd >/dev/null

0 commit comments

Comments
 (0)