Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 28, 2024
1 parent 92d5cab commit d484975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [[ "$FAILURES" ]]; then
fi

# Place a good test file.
printf "<?php\n\n/**\n * @file\n * Good test file.\n */\n" > good.php
printf "<?php\n\ndeclare(strict_types = 1);\n\n/**\n * @file\n * Good test file.\n */\n" > good.php

# Test that the SUT's standards can be run.
EXPECTED=(
Expand Down

0 comments on commit d484975

Please sign in to comment.