| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 46 | public function __construct( |
||
| 47 | ?string $publicPath, |
||
| 48 | ?ImageMetadata $imageData, |
||
| 49 | ?array $imagineData, |
||
| 50 | ?string $fileExtension, |
||
| 51 | ?int $fileSize |
||
| 52 | ) |
||
| 53 | { |
||
| 54 | $this->publicPath = $publicPath; |
||
| 55 | $this->imageData = $imageData; |
||
| 56 | $this->imagineData = $imagineData; |
||
| 57 | $this->fileExtension = $fileExtension; |
||
| 58 | $this->fileSize = $fileSize; |
||
| 59 | } |
||
| 86 |