phpcs.sh 74 B

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