Skip to content

Commit b5a8c33

Browse files
committed
Fix return type
1 parent 691074b commit b5a8c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Weather.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ public function getTimezone(): \DateTimeZone
162162
}
163163

164164
/**
165-
* @return DataPoint
165+
* @return CurrentlyDataPoint
166166
*/
167-
public function getCurrently(): ?DataPoint
167+
public function getCurrently(): ?CurrentlyDataPoint
168168
{
169169
return $this->currently;
170170
}

0 commit comments

Comments
 (0)