We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ad32c commit 333c1f9Copy full SHA for 333c1f9
1 file changed
src/Test/AbstractFormHandlerTest.php
@@ -27,7 +27,7 @@
27
abstract class AbstractFormHandlerTest extends TestCase
28
{
29
/**
30
- * @var FormInterface|MockObject
+ * @var FormInterface&MockObject
31
*/
32
protected $form;
33
@@ -37,7 +37,7 @@ abstract class AbstractFormHandlerTest extends TestCase
37
protected $request;
38
39
40
- * @var MockObject|Session
+ * @var MockObject&Session
41
42
protected $session;
43
0 commit comments