Skip to content

Commit ae2391f

Browse files
Fixed code syntax issue reported by Travis CI
1 parent 15a8d39 commit ae2391f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AppBundle/Form/DataTransformer/TagArrayToStringTransformerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ public function testTransform()
9999

100100
/**
101101
* This helper method mocks the real TagArrayToStringTransformer class to
102-
* simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html
102+
* simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html.
103103
*
104-
* @param array $findByReturnValues The values returned when calling to the findBy() method
104+
* @param array $findByReturnValues The values returned when calling to the findBy() method
105105
*
106106
* @return TagArrayToStringTransformer
107107
*/

0 commit comments

Comments
 (0)