nextcloud-server/lib/private/App/CodeChecker
Roeland Jago Douma 68748d4f85
Some php-cs fixes
* Order the imports
* No leading slash on imports
* Empty line before namespace
* One line per import
* Empty after imports
* Emmpty line at bottom of file

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22 20:52:10 +07:00
..
AbstractCheck.php
CodeChecker.php Codechecker: removed unused use 2019-08-19 19:41:46 +07:00
DatabaseSchemaChecker.php
DeprecationCheck.php Make sure they keys are unique 2019-08-28 12:55:07 +07:00
EmptyCheck.php Some php-cs fixes 2019-11-22 20:52:10 +07:00
ICheck.php Some php-cs fixes 2019-11-22 20:52:10 +07:00
InfoChecker.php Validate the info.xml against the appstore schema file 2018-02-16 10:23:51 +07:00
LanguageParseChecker.php
MigrationSchemaChecker.php
NodeVisitor.php Skip check if CONSTANT on real object is used 2019-04-01 14:31:29 +07:00
PrivateCheck.php Implements are not needed because they are already done by base class 2018-01-25 22:42:24 +07:00
StrongComparisonCheck.php