We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a8d39 commit ae2391fCopy full SHA for ae2391f
tests/AppBundle/Form/DataTransformer/TagArrayToStringTransformerTest.php
@@ -99,9 +99,9 @@ public function testTransform()
99
100
/**
101
* This helper method mocks the real TagArrayToStringTransformer class to
102
- * simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html
+ * simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html.
103
*
104
- * @param array $findByReturnValues The values returned when calling to the findBy() method
+ * @param array $findByReturnValues The values returned when calling to the findBy() method
105
106
* @return TagArrayToStringTransformer
107
*/
0 commit comments