Skip to content

Commit

Permalink
Dev: PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 16, 2018
1 parent 88af070 commit 191f944
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/rulesets/run_checkers.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<?php

/**
* #!/bin/sh
* phpmd $1 text tests/rulesets/phpmd_ruleset.xml
* Run this command to check a file for problems.
* If this file doesn't work or the listed errors are weird, please
* contact author.
*
* Usage:
* php tests/rulesets/run_checkers.php <file to check>
*
* @author Olle Haerstedt
* @since 2018-04-16
*/

if (empty($argv[1])) {
Expand Down

0 comments on commit 191f944

Please sign in to comment.