Update phpcs.sh

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole 2024-04-15 07:54:52 +02:00 committed by GitHub
parent 57af80d820
commit d93d6bfc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# clean up php code
cd $SCRIPT_DIR/php-cs-fixer
composer update --quiet