Skip to content

Commit 0191253

Browse files
committed
Remove _get_list_table extension
1 parent 33d5d81 commit 0191253

4 files changed

Lines changed: 0 additions & 69 deletions

File tree

extension.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ services:
77
class: SzepeViktor\PHPStan\WordPress\EchoKeyDynamicFunctionReturnTypeExtension
88
tags:
99
- phpstan.broker.dynamicFunctionReturnTypeExtension
10-
-
11-
class: SzepeViktor\PHPStan\WordPress\GetListTableDynamicFunctionReturnTypeExtension
12-
tags:
13-
- phpstan.broker.dynamicFunctionReturnTypeExtension
1410
-
1511
class: SzepeViktor\PHPStan\WordPress\RedirectCanonicalDynamicFunctionReturnTypeExtension
1612
tags:

src/GetListTableDynamicFunctionReturnTypeExtension.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

tests/DynamicReturnTypeExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class DynamicReturnTypeExtensionTest extends \PHPStan\Testing\TypeInferenceTestC
1212
public function dataFileAsserts(): iterable
1313
{
1414
// Path to a file with actual asserts of expected types:
15-
yield from $this->gatherAssertTypes(__DIR__ . '/data/_get_list_table.php');
1615
yield from $this->gatherAssertTypes(__DIR__ . '/data/apply_filters.php');
1716
yield from $this->gatherAssertTypes(__DIR__ . '/data/echo_key.php');
1817
yield from $this->gatherAssertTypes(__DIR__ . '/data/esc_sql.php');

tests/data/_get_list_table.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)