diff --git a/src/applications/drydock/util/DrydockBlueprintScopeGuard.php b/src/applications/drydock/util/DrydockBlueprintScopeGuard.php --- a/src/applications/drydock/util/DrydockBlueprintScopeGuard.php +++ b/src/applications/drydock/util/DrydockBlueprintScopeGuard.php @@ -2,6 +2,8 @@ final class DrydockBlueprintScopeGuard extends Phobject { + private $blueprint; + public function __construct(DrydockBlueprintImplementation $blueprint) { $this->blueprint = $blueprint; } diff --git a/src/applications/releeph/view/branch/ReleephBranchTemplate.php b/src/applications/releeph/view/branch/ReleephBranchTemplate.php --- a/src/applications/releeph/view/branch/ReleephBranchTemplate.php +++ b/src/applications/releeph/view/branch/ReleephBranchTemplate.php @@ -5,7 +5,7 @@ const KEY = 'releeph.default-branch-template'; private $commitHandle; - private $branchDate; + private $branchDate = null; private $projectName; private $isSymbolic; @@ -41,11 +41,6 @@ return $fake_handle; } - private $commitHandle; - private $branchDate = null; - private $projectName; - private $isSymbolic; - public function setCommitHandle(PhabricatorObjectHandle $handle) { $this->commitHandle = $handle; return $this;