Skip to content

Commit

Permalink
MDLSITE-3651 - fix php warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 26, 2014
1 parent ea3d243 commit 8c8a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_lint/phplint2checkstyle.php
Expand Up @@ -60,7 +60,7 @@
}

// Output begins, we always produce the preamble and checkstyle container.
$output .= '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL .
$output = '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL .
'<checkstyle version="1.3.2">' . PHP_EOL;

while ($line = trim(fgets(STDIN))) {
Expand Down

0 comments on commit 8c8a0f7

Please sign in to comment.