Skip to content

Commit

Permalink
removed forgotten license info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Dec 5, 2022
1 parent 1067eb5 commit a6a639a
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 178 deletions.
6 changes: 0 additions & 6 deletions src/Connection/AliveKeeper/AggregatedAliveKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Connection\AliveKeeper;

use Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Connection/AliveKeeper/AliveKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Connection\AliveKeeper;

interface AliveKeeper
Expand Down
4 changes: 0 additions & 4 deletions src/Connection/AliveKeeper/OptimizedAliveKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Connection\AliveKeeper;

use Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/Connection/ConnectionsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Connection;

use Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/DBAL/Connection/DBALAliveKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\DBAL\Connection;

use Doctrine\DBAL\Connection;
Expand Down
6 changes: 0 additions & 6 deletions src/DBAL/Connection/FailoverAware/ConnectionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\DBAL\Connection\FailoverAware;

use InvalidArgumentException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\DBAL\Connection\FailoverAware;

use Doctrine\DBAL\Connection;
Expand Down
6 changes: 0 additions & 6 deletions src/DependencyInjection/CompilerPass/AliveKeeperPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\DependencyInjection\CompilerPass;

use PixelFederation\DoctrineResettableEmBundle\Connection\AliveKeeper\AggregatedAliveKeeper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\DependencyInjection\CompilerPass;

use PixelFederation\DoctrineResettableEmBundle\DependencyInjection\Parameters;
Expand Down
4 changes: 0 additions & 4 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\DependencyInjection;

use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Expand Down
6 changes: 0 additions & 6 deletions src/DependencyInjection/Parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\DependencyInjection;

interface Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\DependencyInjection;

use Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/ORM/ResettableEntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\ORM;

use Doctrine\ORM\Configuration;
Expand Down
4 changes: 0 additions & 4 deletions src/PixelFederationDoctrineResettableEmBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle;

use PixelFederation\DoctrineResettableEmBundle\DependencyInjection\CompilerPass\AliveKeeperPass;
Expand Down
6 changes: 0 additions & 6 deletions src/Redis/Cluster/Connection/RedisClusterAliveKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Redis\Cluster\Connection;

use PixelFederation\DoctrineResettableEmBundle\Connection\AliveKeeper\AliveKeeper;
Expand Down
4 changes: 0 additions & 4 deletions src/RequestCycle/Initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\RequestCycle;

interface Initializer
Expand Down
4 changes: 0 additions & 4 deletions src/RequestCycle/Initializers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\RequestCycle;

final class Initializers
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/FailoverAwareTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional;

use Doctrine\ORM\EntityManagerInterface;
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/HttpRequestLifecycleTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional;

use Doctrine\ORM\EntityManager;
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/PingIntervalInjectionTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional;

use Exception;
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author jhrncar
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional;

use Exception;
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/app/AppKernel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author jhrncar
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app;

use Exception;
Expand Down
6 changes: 0 additions & 6 deletions tests/Functional/app/FailoverAwareTest/ConnectionMock.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\FailoverAwareTest;

use Doctrine\DBAL\Cache\QueryCacheProfile;
Expand Down
4 changes: 0 additions & 4 deletions tests/Functional/app/FailoverAwareTest/TestController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\FailoverAwareTest;

use Doctrine\ORM\EntityManagerInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest\Entity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest\Entity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest;

use Doctrine\ORM\EntityManagerInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest\ExcludedEntity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest\ExcludedEntity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest;

use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Functional\app\HttpRequestLifecycleTest;

use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Redis\Cluster\Connection;

use PixelFederation\DoctrineResettableEmBundle\Redis\Cluster\Connection\RedisClusterAliveKeeper;
Expand Down
6 changes: 0 additions & 6 deletions tests/Redis/Cluster/Connection/RedisClusterSpy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Redis\Cluster\Connection;

use RedisCluster;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Unit\Connection\AliveKeeper;

use Exception;
Expand Down
6 changes: 0 additions & 6 deletions tests/Unit/Connection/AliveKeeper/SimpleAliveKeeperTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php
declare(strict_types=1);
/*
* @author mfris
* @copyright PIXELFEDERATION s.r.o.
* @license Internal use only
*/

namespace PixelFederation\DoctrineResettableEmBundle\Tests\Unit\Connection\AliveKeeper;

use Doctrine\DBAL\Connection;
Expand Down
Loading

0 comments on commit a6a639a

Please sign in to comment.