Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit b69b63a

Browse files
fix: typo: Named some classes with prefix 'Phil' instead of 'Phiil'
1 parent 0aad386 commit b69b63a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

src/DependencyInjection/PhilGoogleSheetsTranslationsBundleExtension.php renamed to src/DependencyInjection/PhiilGoogleSheetsTranslationsBundleExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Symfony\Component\Config\FileLocator;
88
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
99

10-
class PhilGoogleSheetsTranslationsBundleExtension extends Extension
10+
class PhiilGoogleSheetsTranslationsBundleExtension extends Extension
1111
{
1212
public function load(array $configs, ContainerBuilder $container)
1313
{
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Phiil\GoogleSheetsTranslationBundle;
4+
5+
use Symfony\Component\HttpKernel\Bundle\Bundle;
6+
use Phiil\GoogleSheetsTranslationBundle\DependencyInjection\PhiilGoogleSheetsTranslationsBundleExtension;
7+
8+
class PhiilGoogleSheetsTranslationBundle extends Bundle
9+
{
10+
public function getContainerExtension()
11+
{
12+
return new PhiilGoogleSheetsTranslationsBundleExtension();
13+
}
14+
}

src/PhilGoogleSheetsTranslationBundle.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/Fixtures/TestKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function registerBundles(): iterable
1717
{
1818
return [
1919
new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
20-
new \Phiil\GoogleSheetsTranslationBundle\PhilGoogleSheetsTranslationBundle(),
20+
new \Phiil\GoogleSheetsTranslationBundle\PhiilGoogleSheetsTranslationBundle(),
2121
];
2222
}
2323

0 commit comments

Comments
 (0)