Unsuppress phan issues, part 8
[lhc/web/wiklou.git] / maintenance / Maintenance.php
index 81bee4c..d899590 100644 (file)
@@ -1235,6 +1235,7 @@ abstract class Maintenance {
         */
        protected function afterFinalSetup() {
                if ( defined( 'MW_CMDLINE_CALLBACK' ) ) {
+                       // @phan-suppress-next-line PhanUndeclaredConstant
                        call_user_func( MW_CMDLINE_CALLBACK );
                }
        }