Skip to content

Commit 075492d

Browse files
author
Ilaria Orlando
committed
Add function return type to abstract image type
1 parent 83abd7a commit 075492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DBALType/AbstractImageType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class AbstractImageType extends Type
1414
*
1515
* @return string
1616
*/
17-
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
17+
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform): string
1818
{
1919
return 'VARCHAR(255)';
2020
}

0 commit comments

Comments
 (0)