Skip to content

Commit 9323f61

Browse files
committed
[Form] Added leading backslashes to @exceptionMessage doc blocks
1 parent 5b2836f commit 9323f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FormFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function testCreateNamedBuilderDoesNotOverrideExistingDataOption()
209209
}
210210

211211
/**
212-
* @expectedException Symfony\Component\Form\Exception\UnexpectedTypeException
212+
* @expectedException \Symfony\Component\Form\Exception\UnexpectedTypeException
213213
* @expectedExceptionMessage Expected argument of type "string, Symfony\Component\Form\ResolvedFormTypeInterface or Symfony\Component\Form\FormTypeInterface", "stdClass" given
214214
*/
215215
public function testCreateNamedBuilderThrowsUnderstandableException()

0 commit comments

Comments
 (0)