Skip to content

Commit

Permalink
Added getControl return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Design Point committed Feb 8, 2021
1 parent a861ea7 commit 9406f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/DateTimePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getFormat(): string
/**
* @return Html
*/
public function getControl()
public function getControl(): Html
{
$control = parent::getControl();
$value = $this->getValue();
Expand Down

0 comments on commit 9406f06

Please sign in to comment.