Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13986343
D13293.id32153.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13293.id32153.diff
View Options
diff --git a/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php b/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php
--- a/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php
+++ b/src/applications/diffusion/query/pathid/DiffusionPathIDQuery.php
@@ -5,6 +5,8 @@
*/
final class DiffusionPathIDQuery extends Phobject {
+ private $paths = array();
+
public function __construct(array $paths) {
$this->paths = $paths;
}
diff --git a/src/applications/feed/builder/PhabricatorFeedBuilder.php b/src/applications/feed/builder/PhabricatorFeedBuilder.php
--- a/src/applications/feed/builder/PhabricatorFeedBuilder.php
+++ b/src/applications/feed/builder/PhabricatorFeedBuilder.php
@@ -2,6 +2,7 @@
final class PhabricatorFeedBuilder extends Phobject {
+ private $user;
private $stories;
private $framed;
private $hovercards = false;
diff --git a/src/applications/herald/adapter/HeraldDifferentialRevisionAdapter.php b/src/applications/herald/adapter/HeraldDifferentialRevisionAdapter.php
--- a/src/applications/herald/adapter/HeraldDifferentialRevisionAdapter.php
+++ b/src/applications/herald/adapter/HeraldDifferentialRevisionAdapter.php
@@ -3,6 +3,7 @@
final class HeraldDifferentialRevisionAdapter
extends HeraldDifferentialAdapter {
+ protected $diff;
protected $revision;
protected $explicitReviewers;
diff --git a/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php b/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php
--- a/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php
+++ b/src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php
@@ -6,6 +6,8 @@
class PhabricatorMailImplementationPHPMailerLiteAdapter
extends PhabricatorMailImplementationAdapter {
+ protected $mailer;
+
/**
* @phutil-external-symbol class PHPMailerLite
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 2:13 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6740429
Default Alt Text
D13293.id32153.diff (1 KB)
Attached To
Mode
D13293: Fix a few more undeclared properties
Attached
Detach File
Event Timeline
Log In to Comment