Skip to content

Commit a025480

Browse files
committed
Committing debug info to figure out travis errors
1 parent 36052eb commit a025480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ protected function processCopyright(PHP_CodeSniffer_File $phpcsFile, array $tags
500500
// Check earliest-latest year order.
501501
if ($matches[3] !== '') {
502502
if ($matches[3] !== '-') {
503+
var_dump($content);
504+
var_dump($matches);
503505
$error = 'A hyphen must be used between the earliest and latest year';
504506
$phpcsFile->addError($error, $tag, 'CopyrightHyphen');
505507
}

0 commit comments

Comments
 (0)