The alias for NS_USER_TALK (last line of code) had a space in it. The
alias names should have underscores instead of spaces. The space has been
replaced by an underscore.
https://www.mediawiki.org/wiki/Manual:$wgNamespaceAliases
Change-Id: Iee25a1f596c5c64cfd898f97baedc8ad35740860
- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines
Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e