Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72d599e

Browse files
stloydfabpot
andauthored
Apply suggestions from code review
Co-authored-by: Fabien Potencier <[email protected]>
1 parent c82f74b commit 72d599e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/PagerDuty/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "symfony/pagerduty-notifier",
2+
"name": "symfony/pager-duty-notifier",
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony PagerDuty Notifier Bridge",
55
"keywords": ["chat", "pagerduty", "notifier"],

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class UnsupportedSchemeException extends LogicException
158158
],
159159
'pagerduty' => [
160160
'class' => Bridge\PagerDuty\PagerDutyTransportFactory::class,
161-
'package' => 'symfony/pagerduty-notifier',
161+
'package' => 'symfony/pager-duty-notifier',
162162
],
163163
'plivo' => [
164164
'class' => Bridge\Plivo\PlivoTransportFactory::class,

0 commit comments

Comments
 (0)