JanZerebecki added a comment. Now I get it, I was confused by the setting it to true vs an array of words.
In https://phabricator.wikimedia.org/T110811#1606110, @thiemowmde wrote: > In PHP `public function foo( $param )` does not have a space, calling > `$this->foo( $param )` does not have a space, so why should `function( $param > )` have a space? Same in JavaScript, `function foo( param )` does not have a > space, calling `this.foo( param )` does not have a space, so why should `foo > = function( param )` have a space? But in your examples there is always a space after function. TASK DETAIL https://phabricator.wikimedia.org/T110811 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jonas, JanZerebecki Cc: adrianheine, JanZerebecki, Ricordisamoa, gerritbot, Lydia_Pintscher, Addshore, thiemowmde, Jonas, Aklapper, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
