Skip to content

Commit 29d4409

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Finder] Fix initial directory is opened twice typo fix Fix test Fix some return types in tests
2 parents e78f7fd + 42dbb75 commit 29d4409

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/Controller/ProfilerControllerTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,7 @@ public function testDumpPanel()
445445
$this->assertDefaultPanel($dumpDataCollector->getName(), $profile);
446446
}
447447

448-
/**
449-
* @return MockObject&DumpDataCollector
450-
*/
451-
private function createDumpDataCollector(): MockObject
448+
private function createDumpDataCollector(): MockObject&DumpDataCollector
452449
{
453450
$dumpDataCollector = $this->createMock(DumpDataCollector::class);
454451
$dumpDataCollector

0 commit comments

Comments
 (0)