Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3770456
D184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D184.diff
View Options
diff --git a/app/Console/Commands/PhabricatorGetProjectsMap.php b/app/Console/Commands/PhabricatorGetProjectsMap.php
--- a/app/Console/Commands/PhabricatorGetProjectsMap.php
+++ b/app/Console/Commands/PhabricatorGetProjectsMap.php
@@ -7,7 +7,6 @@
use Nasqueron\Notifications\Phabricator\ProjectsMap;
use Services;
-use Storage;
class PhabricatorGetProjectsMap extends Command {
/**
diff --git a/app/Http/Controllers/Gate/GateController.php b/app/Http/Controllers/Gate/GateController.php
--- a/app/Http/Controllers/Gate/GateController.php
+++ b/app/Http/Controllers/Gate/GateController.php
@@ -9,7 +9,6 @@
use Report;
use Response;
use Services;
-use Storage;
/**
* Represents a controller handling an entry-point for API payloads
diff --git a/app/Http/Controllers/Gate/PhabricatorGateController.php b/app/Http/Controllers/Gate/PhabricatorGateController.php
--- a/app/Http/Controllers/Gate/PhabricatorGateController.php
+++ b/app/Http/Controllers/Gate/PhabricatorGateController.php
@@ -7,9 +7,6 @@
use Request;
use Nasqueron\Notifications\Events\PhabricatorPayloadEvent;
-use Nasqueron\Notifications\Phabricator\PhabricatorStory;
-
-//use Nasqueron\Notifications\Events\PhabricatorPayloadEvent;
class PhabricatorGateController extends GateController {
diff --git a/app/Listeners/AMQPEventListener.php b/app/Listeners/AMQPEventListener.php
--- a/app/Listeners/AMQPEventListener.php
+++ b/app/Listeners/AMQPEventListener.php
@@ -2,11 +2,8 @@
namespace Nasqueron\Notifications\Listeners;
-use Nasqueron\Notifications\Actions\Action;
-use Nasqueron\Notifications\Actions\AMQPAction;
use Nasqueron\Notifications\Events\GitHubPayloadEvent;
use Nasqueron\Notifications\Events\NotificationEvent;
-use Nasqueron\Notifications\Events\ReportEvent;
use Nasqueron\Notifications\Analyzers\GitHubPayloadAnalyzer;
use Nasqueron\Notifications\Jobs\SendMessageToBroker;
use Nasqueron\Notifications\Notification;
diff --git a/app/Listeners/LastPayloadSaver.php b/app/Listeners/LastPayloadSaver.php
--- a/app/Listeners/LastPayloadSaver.php
+++ b/app/Listeners/LastPayloadSaver.php
@@ -3,8 +3,6 @@
namespace Nasqueron\Notifications\Listeners;
use Nasqueron\Notifications\Events\Event;
-use Nasqueron\Notifications\Events\DockerHubPayloadEvent;
-use Nasqueron\Notifications\Events\GitHubPayloadEvent;
class LastPayloadSaver {
///
diff --git a/app/Listeners/NotificationListener.php b/app/Listeners/NotificationListener.php
--- a/app/Listeners/NotificationListener.php
+++ b/app/Listeners/NotificationListener.php
@@ -4,14 +4,10 @@
use Nasqueron\Notifications\Events\DockerHubPayloadEvent;
use Nasqueron\Notifications\Events\GitHubPayloadEvent;
-use Nasqueron\Notifications\Events\NotificationEvent;
use Nasqueron\Notifications\Events\PhabricatorPayloadEvent;
use Nasqueron\Notifications\Jobs\FireDockerHubNotification;
use Nasqueron\Notifications\Jobs\FireGitHubNotification;
use Nasqueron\Notifications\Jobs\FirePhabricatorNotification;
-use Nasqueron\Notifications\Notifications\GitHubNotification;
-
-use Event;
class NotificationListener {
diff --git a/app/Providers/ServicesServiceProvider.php b/app/Providers/ServicesServiceProvider.php
--- a/app/Providers/ServicesServiceProvider.php
+++ b/app/Providers/ServicesServiceProvider.php
@@ -2,11 +2,8 @@
namespace Nasqueron\Notifications\Providers;
-use Illuminate\Events\Dispatcher;
use Illuminate\Support\ServiceProvider;
-use Nasqueron\Notifications\Actions\ActionsReport;
-use Nasqueron\Notifications\Events\ReportEvent;
use Nasqueron\Notifications\Services\Services;
class ServicesServiceProvider extends ServiceProvider {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 20:23 (21 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260942
Default Alt Text
D184.diff (3 KB)
Attached To
Mode
D184: Prune not used 'use' instructions
Attached
Detach File
Event Timeline
Log In to Comment