Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mullema committed Jun 28, 2022
2 parents c2e01f2 + e5f73c1 commit 2158e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class File extends Cms\File {
/**
* Clip Information from Field
*/
private array $clip;
private ?array $clip;

public function setClip(array $value): void {
public function setClip(?array $value): void {
$this->clip = $value;
}

Expand Down

0 comments on commit 2158e27

Please sign in to comment.