Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3773722
D284.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D284.diff
View Options
diff --git a/app/Analyzers/PhabricatorPayloadAnalyzer.php b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
rename from app/Analyzers/PhabricatorPayloadAnalyzer.php
rename to app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
--- a/app/Analyzers/PhabricatorPayloadAnalyzer.php
+++ b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
@@ -1,6 +1,6 @@
<?php
-namespace Nasqueron\Notifications\Analyzers;
+namespace Nasqueron\Notifications\Analyzers\Phabricator;
use Nasqueron\Notifications\Phabricator\PhabricatorStory;
diff --git a/app/Analyzers/PhabricatorPayloadAnalyzerConfiguration.php b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzerConfiguration.php
rename from app/Analyzers/PhabricatorPayloadAnalyzerConfiguration.php
rename to app/Analyzers/Phabricator/PhabricatorPayloadAnalyzerConfiguration.php
--- a/app/Analyzers/PhabricatorPayloadAnalyzerConfiguration.php
+++ b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzerConfiguration.php
@@ -1,6 +1,6 @@
<?php
-namespace Nasqueron\Notifications\Analyzers;
+namespace Nasqueron\Notifications\Analyzers\Phabricator;
class PhabricatorPayloadAnalyzerConfiguration {
/**
@@ -20,7 +20,7 @@
/**
* An array of RepositoryGroupMapping objects to match repositories & groups
*
- * @var PhabricatorGroupMapping[]
+ * @var ProjectGroupMapping[]
*/
public $groupsMapping;
}
diff --git a/app/Analyzers/PhabricatorGroupMapping.php b/app/Analyzers/Phabricator/ProjectGroupMapping.php
rename from app/Analyzers/PhabricatorGroupMapping.php
rename to app/Analyzers/Phabricator/ProjectGroupMapping.php
--- a/app/Analyzers/PhabricatorGroupMapping.php
+++ b/app/Analyzers/Phabricator/ProjectGroupMapping.php
@@ -1,10 +1,10 @@
<?php
-namespace Nasqueron\Notifications\Analyzers;
+namespace Nasqueron\Notifications\Analyzers\Phabricator;
use Nasqueron\Notifications\Phabricator\PhabricatorStory;
-class PhabricatorGroupMapping {
+class ProjectGroupMapping {
///
/// Properties
///
diff --git a/app/Notifications/PhabricatorNotification.php b/app/Notifications/PhabricatorNotification.php
--- a/app/Notifications/PhabricatorNotification.php
+++ b/app/Notifications/PhabricatorNotification.php
@@ -2,7 +2,7 @@
namespace Nasqueron\Notifications\Notifications;
-use Nasqueron\Notifications\Analyzers\PhabricatorPayloadAnalyzer;
+use Nasqueron\Notifications\Analyzers\Phabricator\PhabricatorPayloadAnalyzer;
use Nasqueron\Notifications\Notification;
use Nasqueron\Notifications\Phabricator\PhabricatorStory;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 08:16 (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2262222
Default Alt Text
D284.diff (2 KB)
Attached To
Mode
D284: Nasqueron\Notifications\Analyzers\Phabricator namespace
Attached
Detach File
Event Timeline
Log In to Comment