phpcs.sh 93 B

123
  1. #!/bin/bash
  2. find . | grep \.php | xargs -I {} phpcs {} > Project/Reportings/codesniffer.log