Skip to content

Commit cbdbf90

Browse files
author
Oleksandr Iegorov
committed
MC-37476: mismatching strict type
1 parent 29d5545 commit cbdbf90

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/code/Magento/PageBuilder/Test/Unit/Plugin/Filter/TemplatePluginTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,4 @@ public function testAfterFilter(): void
5353
->willReturn('');
5454
$this->assertSame('', $this->templatePlugin->afterFilter($this->frameworkTemplateFilter, $result));
5555
}
56-
57-
/**
58-
* @return array
59-
*/
60-
public function afterLoginDataProvider(): array
61-
{
62-
return [
63-
[false],
64-
[true],
65-
];
66-
}
6756
}

0 commit comments

Comments
 (0)