Skip to content

Commit

Permalink
Fix a domain exception
Browse files Browse the repository at this point in the history
Fixes T8538. The `$config` property is not declared on the `PhutilDaemonHandle` class.

Auditors: epriestley
  • Loading branch information
joshuaspence committed Jun 15, 2015
1 parent 0cff5de commit 3b4da3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon/PhutilDaemonHandle.php
Expand Up @@ -11,6 +11,7 @@ final class PhutilDaemonHandle extends Phobject {
private $overseer;
private $daemonClass;
private $argv;
private $config;
private $pid;
private $daemonID;
private $deadline;
Expand Down

0 comments on commit 3b4da3f

Please sign in to comment.