Skip to content

Commit

Permalink
Make parseData return self
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff committed Aug 11, 2018
1 parent 4fc9acd commit 809126e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StandStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function parseData()
if ($this->getAircraftWithinParameters()) {
$this->checkIfAircraftAreOnStand();
}
return $this;
}

// Load the stand data
Expand Down

0 comments on commit 809126e

Please sign in to comment.