| Total Complexity | 10 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | trait SerialiseUtilitiesTrait |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param QueryResult $entryObjects |
||
| 20 | * @throws InvalidOperationException |
||
| 21 | */ |
||
| 22 | protected function checkElementsInput(QueryResult &$entryObjects) |
||
| 33 | } |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param QueryResult $entryObject |
||
| 38 | * @throws InvalidOperationException |
||
| 39 | */ |
||
| 40 | protected function checkSingleElementInput(QueryResult $entryObject) |
||
| 49 |