File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010class DownscaleModifier implements ModifierInterface
1111{
1212 public function __construct (
13- protected readonly Image $ image ,
14- protected readonly array $ options ,
13+ protected Image $ image ,
14+ protected array $ options ,
1515 ) {}
1616
1717 public function canHandle (Media $ media ): bool
Original file line number Diff line number Diff line change 1212class FormatModifier implements ModifierInterface
1313{
1414 public function __construct (
15- protected readonly Filesystem $ filesystem ,
16- protected readonly Image $ image ,
17- protected readonly array $ options ,
15+ protected Filesystem $ filesystem ,
16+ protected Image $ image ,
17+ protected array $ options ,
1818 ) {}
1919
2020 public function canHandle (Media $ media ): bool
Original file line number Diff line number Diff line change 1212class PreviewModifier implements ModifierInterface
1313{
1414 public function __construct (
15- protected readonly Filesystem $ filesystem ,
16- protected readonly Image $ image ,
17- protected readonly array $ options ,
15+ protected Filesystem $ filesystem ,
16+ protected Image $ image ,
17+ protected array $ options ,
1818 ) {}
1919
2020 public function canHandle (Media $ media ): bool
You can’t perform that action at this time.
0 commit comments