File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Dispatcher
2525 /**
2626 * Add subscriber that receives events
2727 *
28- * @param \phpbu\App\Result\ Event\Subscriber $subscriber
28+ * @param \phpbu\App\Event\Subscriber $subscriber
2929 */
3030 public function addSubscriber (Subscriber $ subscriber ): void
3131 {
Original file line number Diff line number Diff line change 2020class Result
2121{
2222 /**
23- * Symfony EventDispatcher.
23+ * EventDispatcher
2424 *
25- * @var \Symfony\Component\EventDispatcher\EventDispatcher
25+ * @var \phpbu\App\Event\Dispatcher
2626 */
2727 protected $ eventDispatcher ;
2828
2929 /**
30- * List of executed Backups.
30+ * List of executed Backups
3131 *
3232 * @var array<\phpbu\App\Result\Backup>
3333 */
3434 protected $ backups = [];
3535
3636 /**
37- * Currently running backup.
37+ * Currently running backup
3838 *
3939 * @var \phpbu\App\Result\Backup
4040 */
4141 protected $ backupActive ;
4242
4343 /**
44- * List of errors.
44+ * List of errors
4545 *
4646 * @var array
4747 */
You can’t perform that action at this time.
0 commit comments