Skip to content

Commit

Permalink
style: add space before return type in method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynbox committed Sep 4, 2024
1 parent 6631895 commit e13738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function getJsonDataset(): string
*
* @return string The JSON-encoded labels.
*/
public function getJsonLabels():string
public function getJsonLabels(): string
{
return Json::encode($this->getLabels());
}
Expand Down

0 comments on commit e13738b

Please sign in to comment.