summaryrefslogtreecommitdiffstats
path: root/src/Plugin/ColumnConsistencyValidator.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugin/ColumnConsistencyValidator.php')
-rw-r--r--src/Plugin/ColumnConsistencyValidator.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Plugin/ColumnConsistencyValidator.php b/src/Plugin/ColumnConsistencyValidator.php
index 607c651..c0bf74f 100644
--- a/src/Plugin/ColumnConsistencyValidator.php
+++ b/src/Plugin/ColumnConsistencyValidator.php
@@ -89,7 +89,9 @@ class ColumnConsistencyValidator
$this->detect_columns_count = false;
return true;
- } elseif (-1 == $this->columns_count) {
+ }
+
+ if (-1 == $this->columns_count) {
return true;
}