How to use get_the_title with text on the ‘alt’ of the_thumbnail array?

Like this:

'alt' => get_the_title(). ' review'

So the full code would be:

<?php the_post_thumbnail('250px', array('class'=>"review-siteshot", 'alt' => get_the_title(). ' review' )); ?>