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

Skip to content

Commit eb5877c

Browse files
committed
fixed case problem
1 parent 23e9386 commit eb5877c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/SwiftmailerExtension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
use Symfony\Component\Config\Definition\Processor;
2020

2121
/**
22-
* SwiftMailerExtension is an extension for the SwiftMailer library.
22+
* SwiftmailerExtension is an extension for the SwiftMailer library.
2323
*
2424
* @author Fabien Potencier <[email protected]>
2525
*/
26-
class SwiftMailerExtension extends Extension
26+
class SwiftmailerExtension extends Extension
2727
{
2828
/**
2929
* Loads the Swift Mailer configuration.

0 commit comments

Comments
 (0)