[08:58:51] (03PS1) 10Gilles: UploadWizard doesn't need addModuleStyles [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/209688 (https://phabricator.wikimedia.org/T97410) [16:52:13] MatmaRex: I don't know what to make of https://integration.wikimedia.org/ci/job/mediawiki-core-jsduck/8823/console [16:56:21] marktraceur: oh, i think that's my code, right? [16:56:23] Also, is phpunit-hhvm borked again? [16:56:25] MatmaRex: Yeah, it is [16:57:06] I guess they're reasonable things to be broken... [16:57:34] marktraceur: the file starts with a /** */ comment. make it /* */ or /*! */, so that JSDuck stops recognizing it as doc comment, and getting confused by the code that follows which doesn't look like function or property declaration. [16:57:42] OK [16:58:00] or just remote it [16:58:06] it's rather useless [16:58:43] The whole file? [17:08:48] no, the comment :D [17:10:23] OK. [17:14:16] There we go.