Consistently follow conventions for documenting parameters
authorOri Livneh <ori@wikimedia.org>
Fri, 13 Sep 2013 04:50:45 +0000 (21:50 -0700)
committerOri Livneh <ori@wikimedia.org>
Fri, 13 Sep 2013 04:50:45 +0000 (21:50 -0700)
commit71e7e64001faebc830bcb89819128ead10b802af
tree0880b3138ecb0d9b5653cf0b3255d2b27eaca051
parent554a5d04433207c6386d8c54281ac4e58b220a47
Consistently follow conventions for documenting parameters

Per MW:CC/PHP, the type goes before the variable name, and built-in types are
not uppercase.

Change-Id: Ibb753acd9529ace3579d57654adc47673fa49719
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderModule.php