Code style cleanups to Sanitizer.php.
authorC. Scott Ananian <cscott@cscott.net>
Tue, 16 Jul 2013 18:36:01 +0000 (14:36 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Tue, 30 Jul 2013 15:49:37 +0000 (11:49 -0400)
commit64dcaf4e8ac4e815c76fe6987e433758f1392909
tree1b87ccf5314a864ecb5f3231cc59adeb6f88602f
parent6ecf9c6925de9f28690f07a90d28980e90454acc
Code style cleanups to Sanitizer.php.

Fix warnings and errors from the PHP code style checker.

Note that phpcs is complaining about the constant '-1' -- it says:
'Expected 1 space after "-"; 0 found'.  That's ridiculous, so I didn't
"fix" that issue.

Change-Id: I87a50bbc5a4387ffbca9f55d07f66b6cf860a8ac
includes/Sanitizer.php