User: Clean up coding style and documentation
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 3 Jun 2013 22:02:10 +0000 (00:02 +0200)
committerKrinkle <krinklemail@gmail.com>
Tue, 4 Jun 2013 13:52:40 +0000 (13:52 +0000)
commit1ec0f9cd93cea0a0447d775671866b56aac744ca
tree3f118d9996a120fdba46651413c06efeac0c7290
parentf6e0c65f8f301702848c3ddf788f1dad32c8e9a5
User: Clean up coding style and documentation

* Parameter type hint should be a variable type or a class
  name. Types Null, Bool, Boolean, Int, Integer, String do
  not exist and are invalid values. Changed to their PHP
  type names (basically just lowercase).
* Made inline comments consistently use "//" instead of "#".
* Removed various odd spurious spaces sequences in @param
  lines. They are sometimes used to pretty-align multi-line
  descriptions. Though I think that is silly, I've left those
  alone. I've only removed the spaces where it seems arbitrary
  and not aligning with anything. Last I checked the common
  convention for multi-line descriptions is to simply continue
  on the next line with one extra space as indention.
* Swapped "$var Type" in cases where the surrounding @param's
  already use "Type $var".

Change-Id: I6b315e308271194815879c509d3ac6aeb409851b
includes/User.php