PHP Classes

File: pre-commit.sh

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   pre-commit.sh   Download  
File: pre-commit.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tmdb
Search for movies using the TMDB API
Author: By
Last change: Update of pre-commit.sh
Date: 4 years ago
Size: 146 bytes
 

Contents

Class file image Download
#!/bin/bash # Hook triggered before every commit ./vendor/bin/php-cs-fixer fix src/ ./vendor/bin/php-cs-fixer fix tests/ ./vendor/bin/phpunit