Index: trunk/phase3/includes/Skin.php |
— | — | @@ -282,7 +282,7 @@ |
283 | 283 | * Outputs the HTML generated by other functions. |
284 | 284 | * @param $out OutputPage |
285 | 285 | */ |
286 | | - abstract function outputPage( OutputPage $out=null ); |
| 286 | + abstract function outputPage( OutputPage $out = null ); |
287 | 287 | |
288 | 288 | static function makeVariablesScript( $data ) { |
289 | 289 | if ( $data ) { |