block: Fix PHPDoc comments to match function signature (or method)
authorAlangi Derick <alangiderick@gmail.com>
Mon, 3 Dec 2018 09:48:29 +0000 (10:48 +0100)
committerAlangi Derick <alangiderick@gmail.com>
Mon, 3 Dec 2018 09:59:45 +0000 (10:59 +0100)
commit262ce14bb6d1dfac2bed62728bc8df451ff33f94
tree0e21fc2633c068bd186cff807c59021ba6fbc617
parentf7ab788bf174c33e8477b745dee42cf5a0140a90
block: Fix PHPDoc comments to match function signature (or method)

- Add @param annotation for $row to newFromRow() method in Restriction
  interface declaration.
- Remove @param annotation for $option not used in loadByBlockId() method
  signature.

Change-Id: Iec49b9541ea06da9f497e45bd35df26f8124aecf
includes/block/BlockRestriction.php
includes/block/Restriction/Restriction.php