Adjust text_color execption line indention.

This commit is contained in:
Adelbert Silla 2013-04-29 10:17:04 +08:00
parent 1881d292b8
commit daec205870
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class CaptchaGenerator
if (isset($options['text_color'])) {
if (count($options['text_color']) !== 3) {
throw new \RuntimeException('text_color should be an array of r, g and b');
throw new \RuntimeException('text_color should be an array of r, g and b');
}
$color = $options['text_color'];