diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
commit | fdbc21fc6cec5a91044cf1ffade8c1096d93eaca (patch) | |
tree | 9fbf495ff8f6978e96bf2cf0ff7ea4f664dfab43 /lib/private/app | |
parent | 54a6ba47c070240a103c28259e45e682589cf73a (diff) | |
download | nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.tar.gz nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/app')
-rw-r--r-- | lib/private/app/codecheckvisitor.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/private/app/codecheckvisitor.php b/lib/private/app/codecheckvisitor.php index 03b238096e7..e983bd8630b 100644 --- a/lib/private/app/codecheckvisitor.php +++ b/lib/private/app/codecheckvisitor.php @@ -22,18 +22,9 @@ namespace OC\App; -use OC\Hooks\BasicEmitter; -use PhpParser\Lexer; use PhpParser\Node; use PhpParser\Node\Name; -use PhpParser\NodeTraverser; use PhpParser\NodeVisitorAbstract; -use PhpParser\Parser; -use RecursiveCallbackFilterIterator; -use RecursiveDirectoryIterator; -use RecursiveIteratorIterator; -use RegexIterator; -use SplFileInfo; class CodeCheckVisitor extends NodeVisitorAbstract { |