Skip to content

Commit

Permalink
Issue #60: Indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 20, 2017
1 parent 68183c5 commit 09a3776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/LoggerSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function getSubscribedEvents()
ClientRequestEvent::NAME => 'onClientRequestEvent',
ClientResponseEvent::NAME => 'onClientResponseEvent',
ReceivedNotificationEvent::NAME => 'onReceivedNotificationEvent',
SentResponseEvent::NAME => 'onSentNotificationResponseEvent',
SentResponseEvent::NAME => 'onSentNotificationResponseEvent',
ExceptionEvent::NAME => 'onExceptionEvent',
];
}
Expand Down

0 comments on commit 09a3776

Please sign in to comment.