Skip to content

Commit

Permalink
Package version was not replaced here
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 27, 2013
1 parent 3f0e62d commit 5c54e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSniffer/Reports/Checkstyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function generate(
$toScreen=true
) {
echo '<?xml version="1.0" encoding="UTF-8"?>'.PHP_EOL;
echo '<checkstyle version="@package_version@">'.PHP_EOL;
echo '<checkstyle version="'.PHP_CodeSniffer::VERSION.'">'.PHP_EOL;
echo $cachedData;
echo '</checkstyle>'.PHP_EOL;

Expand Down

0 comments on commit 5c54e3c

Please sign in to comment.