Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
41 | 1 | public function getCardTransitions(string $cardId) :array |
|
42 | { |
||
43 | 1 | $cards = CardsIdCollection::createFromId($cardId); |
|
44 | |||
45 | 1 | $this->historyCardsCollection = HistoryCards::createFromCards($this->client, $cards->getCardsId()); |
|
46 | |||
47 | 1 | return $this->calculateTimeCardsCycleTime(); |
|
48 | } |
||
49 | |||
60 | } |