Skip to content

Commit 333c1f9

Browse files
committed
Fix phpdoc for test class
1 parent 36ad32c commit 333c1f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Test/AbstractFormHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
abstract class AbstractFormHandlerTest extends TestCase
2828
{
2929
/**
30-
* @var FormInterface|MockObject
30+
* @var FormInterface&MockObject
3131
*/
3232
protected $form;
3333

@@ -37,7 +37,7 @@ abstract class AbstractFormHandlerTest extends TestCase
3737
protected $request;
3838

3939
/**
40-
* @var MockObject|Session
40+
* @var MockObject&Session
4141
*/
4242
protected $session;
4343

0 commit comments

Comments
 (0)