From 5aa750cde7c75447c8f7bad77f45cfd2324f4906 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 10 Jan 2018 16:24:00 -0500 Subject: [PATCH] Fix some documentation generation issues --- build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.php | 2 +- phpdoc.dist.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.php b/build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.php index 03687d7d..8071f31e 100644 --- a/build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.php +++ b/build/CodeIgniter/Sniffs/WhiteSpace/ElseOnNewLineSniff.php @@ -71,7 +71,7 @@ class ElseOnNewLineSniff implements Sniff $previous_non_blank_token = $tokens[$previous_non_blank_token_ptr]; if ($previous_non_blank_token['line'] === $else_token['line']) { $error = '"' . $else_token['content'] . '" should be on a new line.'; - $phpcsFile->addError($error, $stackPtr); + $phpcsFile->addError($error, $stackPtr, 123423); } }//end process() diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index c909515f..6dc2f5aa 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -12,7 +12,7 @@ src - + vendor/aviat/ion/src + vendor/container-interop/container-interop/src \ No newline at end of file