Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class NullStatementGrouper implements StatementGrouper { |
||
17 | |||
18 | /** |
||
19 | * @param StatementList $statements |
||
20 | * |
||
21 | 1 | * @return StatementList[] An associative array, mapping the default group identifier |
|
22 | 1 | * "statements" to the unmodified StatementList object. |
|
23 | */ |
||
24 | public function groupStatements( StatementList $statements ) { |
||
29 |