-
Bug
-
Resolution: Deferred
-
Minor
-
None
-
3.0.3
-
None
-
MOODLE_30_STABLE
Make a file test.php containing
<?php
|
|
require_once(__DIR__ . '/config.php'); |
$test = context_system::instance (); |
Feed it to code-checker. Note that it does not detect the extra space.