You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/App/CodeChecker
Morris Jobke 70b1f510f2
Use normal header() calls instead of private method calls
8 years ago
..
AbstractCheck.php
CodeChecker.php Fix casting in app code checker 8 years ago
DatabaseSchemaChecker.php Add casts to XML parser in DatabaseSchemaChecker 8 years ago
DeprecationCheck.php Use normal header() calls instead of private method calls 8 years ago
EmptyCheck.php
ICheck.php
InfoChecker.php Validate the info.xml against the appstore schema file 8 years ago
LanguageParseChecker.php Fix apps without translations 9 years ago
MigrationSchemaChecker.php Update license headers 8 years ago
NodeVisitor.php
PrivateCheck.php Implements are not needed because they are already done by base class 8 years ago
StrongComparisonCheck.php