Skip to content

Commit 16b1833

Browse files
committed
Fixed a minor code syntax issue
1 parent 73d50dd commit 16b1833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AppBundle/Form/DataTransformer/TagArrayToStringTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testTransform()
102102
* simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html.
103103
*
104104
* @param array $findByReturnValues The values returned when calling to the findBy() method
105-
*
105+
*
106106
* @return TagArrayToStringTransformer
107107
*/
108108
private function getMockedTransformer($findByReturnValues = [])

0 commit comments

Comments
 (0)