Skip to content

Commit 1899404

Browse files
committed
updated docblock of jsonSerialize()
1 parent 9eb7335 commit 1899404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cmfcmf/OpenWeatherMap/Util/Unit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,10 @@ public function getFormatted()
149149

150150
/**
151151
* Get Unit properties when encoding to JSON
152+
*
152153
* @return array
153154
*/
154-
public function jsonSerialize ()
155+
public function jsonSerialize()
155156
{
156157
return [
157158
'value' => $this->getValue(),

0 commit comments

Comments
 (0)