Skip to content

Commit

Permalink
Fixed a minor code syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 14, 2017
1 parent 73d50dd commit 16b1833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function testTransform()
* simplify the tests. See https://phpunit.de/manual/current/en/test-doubles.html.
*
* @param array $findByReturnValues The values returned when calling to the findBy() method
*
*
* @return TagArrayToStringTransformer
*/
private function getMockedTransformer($findByReturnValues = [])
Expand Down

0 comments on commit 16b1833

Please sign in to comment.