server/lib/private/App/CodeChecker
Morris Jobke c739ca3c50
Fix casting in app code checker
Found while adding strict typing for PHP7+. This adds type hinting to all methods in CodeChecker.php and fixes one implicit cast.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-12 23:24:11 +01:00
..
AbstractCheck.php
CodeChecker.php Fix casting in app code checker 2018-01-12 23:24:11 +01:00
DatabaseSchemaChecker.php We don't use the prefix on index names 2017-05-16 16:16:12 +02:00
DeprecationCheck.php Update license headers 2017-11-06 16:56:19 +01:00
EmptyCheck.php
ICheck.php
InfoChecker.php Version and dependency are now required 2017-05-22 09:54:44 +02:00
LanguageParseChecker.php Fix apps without translations 2017-05-16 16:16:11 +02:00
MigrationSchemaChecker.php Update license headers 2017-11-06 16:56:19 +01:00
NodeVisitor.php
PrivateCheck.php
StrongComparisonCheck.php