| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | 7 | public function setData(string $key, string $value, string $temp, string $mime, int $error, int $size): self |
|
| 19 | { |
||
| 20 | 7 | $this->key = $key; |
|
| 21 | 7 | $this->value = $value; |
|
| 22 | 7 | $this->temp = $temp; |
|
| 23 | 7 | $this->mime = $mime; |
|
| 24 | 7 | $this->error = $error; |
|
| 25 | 7 | $this->size = $size; |
|
| 26 | 7 | return $this; |
|
| 27 | } |
||
| 67 |