| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | trait CurlTrait |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * helper to configure cURL option |
||
| 30 | * |
||
| 31 | * @access protected |
||
| 32 | * @param resource $ch |
||
| 33 | * @param int $option |
||
| 34 | * @param mixed $value |
||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | * @throws \RuntimeException |
||
| 38 | */ |
||
| 39 | protected function setCurlOption($ch,int $option,$value){ |
||
| 45 |