Skip to content

Commit

Permalink
Remove file header
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 10, 2023
1 parent c40b417 commit d936820
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 128 deletions.
4 changes: 0 additions & 4 deletions src/Annotation/TwigDebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Annotation;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\AppMeta\AbstractAppMeta;
Expand Down
4 changes: 0 additions & 4 deletions src/ErrorPagerRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Exception;

class RuntimeException extends \RuntimeException
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/TemplateNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule\Exception;

class TemplateNotFound extends RuntimeException
Expand Down
4 changes: 0 additions & 4 deletions src/MobileTemplateFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use Madapaja\TwigModule\Annotation\TwigPaths;
Expand Down
4 changes: 0 additions & 4 deletions src/MobileTwigModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use Ray\Di\AbstractModule;
Expand Down
4 changes: 0 additions & 4 deletions src/OptionProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\AppMeta\AbstractAppMeta;
Expand Down
4 changes: 0 additions & 4 deletions src/TemplateFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

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

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\Code;
Expand Down
4 changes: 0 additions & 4 deletions src/TwigErrorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\RenderInterface;
Expand Down
4 changes: 0 additions & 4 deletions src/TwigErrorPageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\Code;
Expand Down
4 changes: 0 additions & 4 deletions src/TwigErrorPageModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\RenderInterface;
Expand Down
4 changes: 0 additions & 4 deletions src/TwigModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\RenderInterface;
Expand Down
4 changes: 0 additions & 4 deletions src/TwigRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\Code;
Expand Down
4 changes: 0 additions & 4 deletions tests/AppMetaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\RenderInterface;
Expand Down
4 changes: 0 additions & 4 deletions tests/AppPathProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use PHPUnit\Framework\TestCase;
Expand Down
4 changes: 0 additions & 4 deletions tests/AppPathProviderTestModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\AppMeta\AbstractAppMeta;
Expand Down
4 changes: 0 additions & 4 deletions tests/ArrayLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use Madapaja\TwigModule\Exception\TemplateNotFound;
Expand Down
4 changes: 0 additions & 4 deletions tests/ExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use Madapaja\TwigModule\Resource\Page\TwigFilter;
Expand Down
4 changes: 0 additions & 4 deletions tests/FileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\Code;
Expand Down
4 changes: 0 additions & 4 deletions tests/MobileTemplateFinderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use PHPUnit\Framework\TestCase;
Expand Down
4 changes: 0 additions & 4 deletions tests/OptionProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use PHPUnit\Framework\TestCase;
Expand Down
4 changes: 0 additions & 4 deletions tests/TwigErrorPageHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use BEAR\Resource\Exception\ResourceNotFoundException as NotFound;
Expand Down
4 changes: 0 additions & 4 deletions tests/WeavedResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

namespace Madapaja\TwigModule;

use Madapaja\TwigModule\Resource\Page\Index;
Expand Down
4 changes: 0 additions & 4 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Madapaja.TwigModule package.
*/

use Composer\Autoload\ClassLoader;
use Koriym\Attributes\AttributeReader;
use Ray\ServiceLocator\ServiceLocator;
Expand Down

0 comments on commit d936820

Please sign in to comment.