Declare used properties

Summary: Also fix couple of other errors.

Test Plan: Executed controllers.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3627
This commit is contained in:
vrana
2012-10-04 14:33:50 -07:00
parent 84ddc4a0c9
commit 5bde6c71ce
11 changed files with 15 additions and 18 deletions

View File

@@ -19,6 +19,8 @@
final class PhabricatorProjectProfileEditController
extends PhabricatorProjectController {
private $id;
public function willProcessRequest(array $data) {
$this->id = $data['id'];
}