@@ 190-192 (lines=3) @@ | ||
187 | } |
|
188 | ||
189 | $dueDate = $this->getDueDate(); |
|
190 | if (null !== $dueDate && is_string($dueDate) && strlen($dueDate) > 0) { |
|
191 | $descriptor->setAttribute('due-date', $dueDate); |
|
192 | } |
|
193 | ||
194 | $oldStatus = $this->getOldStatus(); |
|
195 | if (null === $oldStatus) { |
@@ 483-485 (lines=3) @@ | ||
480 | } |
|
481 | ||
482 | $dueDate = $this->getDueDate(); |
|
483 | if (null !== $dueDate && is_string($dueDate) && strlen($dueDate) > 0) { |
|
484 | $descriptor->setAttribute('due-date', $dueDate); |
|
485 | } |
|
486 | ||
487 | $oldStatus = $this->getOldStatus(); |
|
488 | if (null === $oldStatus) { |