| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class ByPropertyIdStatementGrouper implements StatementGrouper { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param StatementList $statements |
||
| 17 | * |
||
| 18 | * @return StatementList[] An associative array, mapping property id serializations to |
||
| 19 | * StatementList objects. |
||
| 20 | */ |
||
| 21 | 1 | public function groupStatements( StatementList $statements ) { |
|
| 39 |