Skip to content

Commit

Permalink
Merge pull request #32 from inpsyde/remove-utf8-encoding-comments
Browse files Browse the repository at this point in the history
Remove utf8 encoding comments
  • Loading branch information
Netzberufler authored Dec 18, 2023
2 parents 3089898 + 38bda46 commit 02ab8d7
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 35 deletions.
2 changes: 0 additions & 2 deletions src/Admin/AdminBarMenu.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Admin;
Expand Down
2 changes: 0 additions & 2 deletions src/Admin/CacheFlusher.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Admin;
Expand Down
2 changes: 0 additions & 2 deletions src/Admin/Controller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Admin;
Expand Down
2 changes: 0 additions & 2 deletions src/Admin/MenuItem.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Admin;
Expand Down
2 changes: 1 addition & 1 deletion src/Admin/MenuItemProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// -*- coding: utf-8 -*-
declare(strict_types=1);

namespace Inpsyde\WpStash\Admin;

Expand Down
2 changes: 0 additions & 2 deletions src/Cli/WpCliCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Cli;
Expand Down
2 changes: 0 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash;
Expand Down
2 changes: 0 additions & 2 deletions src/ConfigBuilder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash;
Expand Down
2 changes: 0 additions & 2 deletions src/Debug/ActionLogger.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Debug;
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/KeyGen.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Generator;
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/MultisiteCacheKeyGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Generator;
Expand Down
2 changes: 0 additions & 2 deletions src/Generator/MultisiteKeyGen.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash\Generator;
Expand Down
2 changes: 0 additions & 2 deletions src/ObjectCacheProxy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash;
Expand Down
1 change: 0 additions & 1 deletion src/StashAdapter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

// -*- coding: utf-8 -*-
declare(strict_types=1);

namespace Inpsyde\WpStash;
Expand Down
2 changes: 0 additions & 2 deletions src/WpStash.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// -*- coding: utf-8 -*-

declare(strict_types=1);

namespace Inpsyde\WpStash;
Expand Down
4 changes: 3 additions & 1 deletion tests/PHPUnit/Unit/AbstractUnitTestcase.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1); # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

Expand Down
4 changes: 3 additions & 1 deletion tests/PHPUnit/Unit/ConfigBuilderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1); # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

Expand Down
4 changes: 3 additions & 1 deletion tests/PHPUnit/Unit/ConfigTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1); # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

Expand Down
4 changes: 3 additions & 1 deletion tests/PHPUnit/Unit/ObjectCacheProxyTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1); # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

Expand Down
4 changes: 3 additions & 1 deletion tests/PHPUnit/Unit/StashAdapterTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1); # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

namespace Inpsyde\WpStash\Tests\Unit;

Expand Down
5 changes: 4 additions & 1 deletion tests/PHPUnit/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

putenv('TESTS_PATH='.__DIR__);
putenv('LIBRARY_PATH='.dirname(__DIR__));
$vendor = dirname(dirname(dirname(__FILE__))).'/vendor/';
Expand Down
4 changes: 3 additions & 1 deletion wp-stash.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php # -*- coding: utf-8 -*-
<?php

declare(strict_types=1);

/**
* Plugin Name: WP Stash
Expand Down

0 comments on commit 02ab8d7

Please sign in to comment.