registration: Remove wrong `@return` PHPDoc comments
authorDerick Alangi <alangiderick@gmail.com>
Mon, 25 Mar 2019 13:17:47 +0000 (14:17 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Mon, 25 Mar 2019 13:17:47 +0000 (14:17 +0100)
commit6e20fadc21e9e2adeb313d88e8e1322c5ba4e3d5
tree2f2f173df9337087db6edb53a07a94de860ab5a9
parent5757a4497e4d8d0aa0d34b91f4155fc65b30ce91
registration: Remove wrong `@return` PHPDoc comments

$this->attributes is an array class property that gets set by the
method extractInfo(). This method really doesn't return an array
though in a sense $this->attributes gets set which can be used but
it's not returned.

Change-Id: I54e8065c63f81016425c7dd40ce87e1eb8ba0830
includes/registration/ExtensionProcessor.php