This commit is contained in:
Jeremy Benoist
2017-10-09 16:47:15 +02:00
parent f40c88eb1f
commit 3ef055ced3
27 changed files with 37 additions and 37 deletions

View File

@ -48,7 +48,7 @@ class StringToListTransformer implements DataTransformerInterface
*/
public function reverseTransform($string)
{
if ($string === null) {
if (null === $string) {
return;
}