@@ -113,7 +113,7 @@ |
||
113 | 113 | } |
114 | 114 | |
115 | 115 | protected function writeProperty(\SimpleXMLElement &$channel, string $property): void { |
116 | - if(isset($this->$property) AND $this->$property !== "") { |
|
116 | + if(isset($this->$property) and $this->$property !== "") { |
|
117 | 117 | $channel->channel->{$property}[0][0] = $this->$property; |
118 | 118 | } |
119 | 119 | } |