Normalize todos (#19045)

This commit is contained in:
Alexey Rogachev
2021-11-26 03:45:09 +06:00
committed by GitHub
parent 717a883d58
commit 4a8c72f0c4
3 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!class_exists('yii\cs\YiisoftConfig', true)) {
// @todo change error message
// TODO: change error message
fwrite(STDERR, "Your php-cs-version is outdated: please upgrade it.\n");
die(16);
}