| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class Transaction implements TransactionInterface |
||
| 17 | { |
||
| 18 | 8 | public function select(FrameChannel $channel): Frame |
|
| 19 | { |
||
| 20 | 8 | return Frame::method( |
|
| 21 | 8 | $channel, |
|
| 22 | 8 | Methods::get('tx.select') |
|
| 23 | ); |
||
| 24 | } |
||
| 25 | |||
| 26 | 4 | public function commit(FrameChannel $channel): Frame |
|
| 27 | { |
||
| 28 | 4 | return Frame::method( |
|
| 29 | 4 | $channel, |
|
| 30 | 4 | Methods::get('tx.commit') |
|
| 31 | ); |
||
| 32 | } |
||
| 33 | |||
| 34 | 4 | public function rollback(FrameChannel $channel): Frame |
|
| 39 | ); |
||
| 40 | } |
||
| 41 | } |
||
| 42 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths