Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update DelayReasonState.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 18, 2019
1 parent cd79719 commit 6baa2f9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Common/DelayReasonState.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,6 @@ final class DelayReasonState implements State
*/
private $Description;

/**
* @JMS\XmlAttribute
* @JMS\Type("string")
*
* @var string
*/
private $CityName;

/**
* @JMS\XmlAttribute
* @JMS\Type("int")
*
* @var int
*/
private $CityCode;

public function getDate(): \DateTimeImmutable
{
return $this->Date;
Expand Down

0 comments on commit 6baa2f9

Please sign in to comment.