Skip to content

Commit b1e4668

Browse files
committed
Correct some idents
1 parent ca6c80c commit b1e4668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phpbb/TranslationValidator/Validator/FileValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function validate($sourceFile, $originFile)
315315
else if ($originFile === $this->originLanguagePath . 'composer.json')
316316
{
317317
$this->validateJsonFile($originFile);
318-
$this->validateCaptchaValues($originFile);
318+
$this->validateCaptchaValues($originFile);
319319
}
320320
else if (substr($originFile, -4) === '.css')
321321
{

0 commit comments

Comments
 (0)