@@ -2948,8 +2948,8 @@ |
||
2948 | 2948 | private function writeCFRule(Conditional $conditional): void |
2949 | 2949 | { |
2950 | 2950 | $record = 0x01B1; // Record identifier |
2951 | - $type = null; // Type of the CF |
|
2952 | - $operatorType = null; // Comparison operator |
|
2951 | + $type = null; // Type of the CF |
|
2952 | + $operatorType = null; // Comparison operator |
|
2953 | 2953 | |
2954 | 2954 | if ($conditional->getConditionType() == Conditional::CONDITION_EXPRESSION) { |
2955 | 2955 | $type = 0x02; |