Skip to content

Commit

Permalink
remove doc block header from files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Sep 4, 2019
1 parent c8d648d commit 34d999f
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 188 deletions.
4 changes: 0 additions & 4 deletions src/DI/TranslationExtension.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\DI;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/DI/TranslationProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\DI;

interface TranslationProviderInterface
Expand Down
4 changes: 0 additions & 4 deletions src/DebuggerTranslator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Exceptions/Exception.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Exceptions;

use Exception as Excptn;
Expand Down
4 changes: 0 additions & 4 deletions src/Exceptions/FileNotFound.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Exceptions;

class FileNotFound extends Exception
Expand Down
4 changes: 0 additions & 4 deletions src/Exceptions/InvalidArgument.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Exceptions;

class InvalidArgument extends Exception
Expand Down
4 changes: 0 additions & 4 deletions src/Exceptions/InvalidState.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Exceptions;

class InvalidState extends Exception
Expand Down
4 changes: 0 additions & 4 deletions src/FallbackResolver.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Nette;
Expand Down
4 changes: 0 additions & 4 deletions src/Helpers.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Latte;
Expand Down
4 changes: 0 additions & 4 deletions src/Latte/Macros.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Latte;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Loaders/DatabaseAbstract.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Loaders/Doctrine.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Loaders/Neon.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Loaders/NetteDatabase.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocaleResolver.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocalesResolvers/Header.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocalesResolvers/Parameter.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocalesResolvers/ResolverInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocalesResolvers/Router.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LocalesResolvers/Session.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/LoggerTranslator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Psr;
Expand Down
4 changes: 0 additions & 4 deletions src/PrefixedTranslator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Tracy/Panel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Tracy;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Translator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions src/Wrappers/Message.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Wrappers;

use Nette;
Expand Down
4 changes: 0 additions & 4 deletions src/Wrappers/NotTranslate.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Contributte\Translation\Wrappers;

use Nette;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/DI/TranslationExtension.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\DI;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/DebuggerTranslator.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/FallbackResolver.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/Helpers.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/Loaders/Doctrine.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/Loaders/Neon.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/Loaders/NetteDatabase.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\Loaders;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocaleResolver.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocaleResolverMock.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocalesResolvers/Header.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocalesResolvers/Parameter.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocalesResolvers/Router.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LocalesResolvers/Session.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests\LocalesResolvers;

use Contributte;
Expand Down
4 changes: 0 additions & 4 deletions tests/Tests/LoggerTranslator.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php declare(strict_types = 1);

/**
* This file is part of the Contributte/Translation
*/

namespace Tests;

use Contributte;
Expand Down
Loading

0 comments on commit 34d999f

Please sign in to comment.