Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
32 | 2 | public function getTransitions() :array |
|
33 | { |
||
34 | 2 | $cards = CardsIdCollection::createFromArray($this->client->findAllCards($this->boardId)); |
|
35 | |||
36 | 2 | $this->historyCardsCollection = HistoryCards::createFromCards($this->client, $cards->getCardsId()); |
|
37 | |||
38 | 2 | return $this->calculateTimeCardsCycleTime(); |
|
39 | } |
||
40 | |||
60 | } |