Skip to content

Commit

Permalink
Change fileId property to string instrad of integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Kovacsics committed Jun 19, 2020
1 parent e67935c commit 2ca1938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataTypes/ElementSimpleFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class ElementSimpleFile extends ElementBase
];

/**
* @var int|null
* @var string
*/
public $fileId = null;
public $fileId = '';

/**
* @var string
Expand Down

0 comments on commit 2ca1938

Please sign in to comment.