We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72654ad commit 4acd96cCopy full SHA for 4acd96c
src/Log/Mail.php
@@ -116,7 +116,6 @@ class Mail implements Listener, Logger
116
public static function getSubscribedEvents()
117
{
118
return array(
119
- 'phpbu.debug' => 'onDebug',
120
'phpbu.backup_start' => 'onBackupStart',
121
'phpbu.check_start' => 'onCheckStart',
122
'phpbu.sync_start' => 'onSyncStart',
@@ -152,6 +151,8 @@ public function setup(array $options)
152
151
}
153
154
/**
+ * Handle the phpbu end event.
155
+ *
156
* @param \phpbu\App\Event\App\End $event
157
* @throws \phpbu\App\Exception
158
*/
0 commit comments