Skip to content

Commit f12a689

Browse files
authored
Updated namespace to Bazinga\GeocoderBundle (#139)
* Updated namespace from Bazinga\Bundle\GeocoderBundle to Bazinga\GeocoderBundle * Update all namespaces * Use class constants * Stylefix
1 parent 709dbb3 commit f12a689

35 files changed

+61
-61
lines changed

BazingaGeocoderBundle.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle;
11+
namespace Bazinga\GeocoderBundle;
1212

13-
use Bazinga\Bundle\GeocoderBundle\DependencyInjection\Compiler\AddProvidersPass;
14-
use Bazinga\Bundle\GeocoderBundle\DependencyInjection\Compiler\ProfilerPass;
13+
use Bazinga\GeocoderBundle\DependencyInjection\Compiler\AddProvidersPass;
14+
use Bazinga\GeocoderBundle\DependencyInjection\Compiler\ProfilerPass;
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;
1616
use Symfony\Component\HttpKernel\Bundle\Bundle;
1717

Command/GeocodeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\Command;
11+
namespace Bazinga\GeocoderBundle\Command;
1212

1313
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
1414
use Symfony\Component\Console\Input\InputArgument;

DataCollector/GeocoderDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DataCollector;
11+
namespace Bazinga\GeocoderBundle\DataCollector;
1212

1313
use Symfony\Component\HttpFoundation\Request;
1414
use Symfony\Component\HttpFoundation\Response;

DataCollector/ProfilingProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DataCollector;
11+
namespace Bazinga\GeocoderBundle\DataCollector;
1212

1313
use Geocoder\Collection;
1414
use Geocoder\Exception\LogicException;

DependencyInjection/BazingaGeocoderExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DependencyInjection;
11+
namespace Bazinga\GeocoderBundle\DependencyInjection;
1212

13-
use Bazinga\Bundle\GeocoderBundle\ProviderFactory\ProviderFactoryInterface;
13+
use Bazinga\GeocoderBundle\ProviderFactory\ProviderFactoryInterface;
1414
use Geocoder\Provider\Cache\ProviderCache;
1515
use Geocoder\Provider\Provider;
1616
use Symfony\Component\Config\Definition\Processor;

DependencyInjection/Compiler/AddProvidersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DependencyInjection\Compiler;
11+
namespace Bazinga\GeocoderBundle\DependencyInjection\Compiler;
1212

1313
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1414
use Symfony\Component\DependencyInjection\ContainerBuilder;

DependencyInjection/Compiler/ProfilerPass.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DependencyInjection\Compiler;
11+
namespace Bazinga\GeocoderBundle\DependencyInjection\Compiler;
1212

13-
use Bazinga\Bundle\GeocoderBundle\DataCollector\GeocoderDataCollector;
14-
use Bazinga\Bundle\GeocoderBundle\DataCollector\ProfilingProvider;
13+
use Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector;
14+
use Bazinga\GeocoderBundle\DataCollector\ProfilingProvider;
1515
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
1717
use Symfony\Component\DependencyInjection\Reference;

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\DependencyInjection;
11+
namespace Bazinga\GeocoderBundle\DependencyInjection;
1212

1313
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
1414
use Symfony\Component\Config\Definition\Builder\TreeBuilder;

Doctrine/ORM/GeocoderListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\Doctrine\ORM;
11+
namespace Bazinga\GeocoderBundle\Doctrine\ORM;
1212

13-
use Bazinga\Bundle\GeocoderBundle\Mapping\Driver\DriverInterface;
13+
use Bazinga\GeocoderBundle\Mapping\Driver\DriverInterface;
1414
use Doctrine\Common\EventSubscriber;
1515
use Doctrine\ORM\Event\OnFlushEventArgs;
1616
use Doctrine\ORM\Events;

EventListener/FakeRequestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
namespace Bazinga\Bundle\GeocoderBundle\EventListener;
11+
namespace Bazinga\GeocoderBundle\EventListener;
1212

1313
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1414
use Symfony\Component\HttpKernel\HttpKernelInterface;

0 commit comments

Comments
 (0)