@@ -116,8 +116,7 @@ |
||
| 116 | 116 | $propertySuffix = substr($command, -1); |
| 117 | 117 | if ($propertySuffix === '!') { |
| 118 | 118 | $readOnly = true; |
| 119 | - } |
|
| 120 | - else if ($propertySuffix !== '?') { |
|
| 119 | + } else if ($propertySuffix !== '?') { |
|
| 121 | 120 | $this->required[$name] = true; |
| 122 | 121 | } |
| 123 | 122 | |