Add type hinting to methods parameters

This commit is contained in:
Molkobain
2020-10-22 15:28:26 +02:00
parent cfd9dba66e
commit e419060e8a
21 changed files with 147 additions and 92 deletions

View File

@@ -29,6 +29,9 @@ use Dict;
*/
class ImageField extends BlobField
{
/**
* @inheritDoc
*/
public function GetDisplayValue()
{
if ($this->currentValue->IsEmpty())