@@ -216,7 +216,7 @@ |
||
216 | 216 | if (count($this->name) !== count($definition->name)) { |
217 | 217 | return false; |
218 | 218 | } |
219 | - } |
|
219 | + } |
|
220 | 220 | if ((is_object($this->description)) && (is_object($definition->description))) { |
221 | 221 | if (count($this->description) !== count($definition->description)) { |
222 | 222 | return false; |