Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 0 additions & 2 deletions src/Admin/MenuItemProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

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

namespace Inpsyde\WpStash\Admin;

interface MenuItemProvider
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
2 changes: 1 addition & 1 deletion tests/PHPUnit/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php # -*- coding: utf-8 -*-
<?php
putenv('TESTS_PATH='.__DIR__);
putenv('LIBRARY_PATH='.dirname(__DIR__));
$vendor = dirname(dirname(dirname(__FILE__))).'/vendor/';
Expand Down
2 changes: 1 addition & 1 deletion wp-stash.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php # -*- coding: utf-8 -*-
<?php

/**
* Plugin Name: WP Stash
Expand Down