PHP Classes

File: bin/check-cs

Recommend this page to a friend!
  Classes of Matous Nemec   PHP DNS Check Tool   bin/check-cs   Download  
File: bin/check-cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DNS Check Tool
Check DNS records and compare record sets
Author: By
Last change:
Date: 6 years ago
Size: 228 bytes
 

Contents

Class file image Download
#!/usr/bin/env php <?php passthru(escapeshellarg(__DIR__ . '/../vendor/bin/phpcs') . ' ' . escapeshellarg('--standard=' . __DIR__ . '/../ruleset.xml') . ' --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests');