Adjust text_color execption line indention.
This commit is contained in:
parent
1881d292b8
commit
daec205870
|
@ -101,7 +101,7 @@ class CaptchaGenerator
|
||||||
|
|
||||||
if (isset($options['text_color'])) {
|
if (isset($options['text_color'])) {
|
||||||
if (count($options['text_color']) !== 3) {
|
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'];
|
$color = $options['text_color'];
|
||||||
|
|
Loading…
Reference in New Issue