schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Fix casting int to string #536

Closed franmomu closed 4 years ago

franmomu commented 4 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets https://github.com/schmittjoh/JMSTranslationBundle/issues/535
License Apache2

Fixes https://github.com/schmittjoh/JMSTranslationBundle/issues/535

Description

Add a string casting to a variable that could be int or string. Also fixing a wrong phpdoc.

goetas commented 4 years ago

thanks