Skip to content

Commit 4db3bb4

Browse files
authored
Merge pull request #30 from WebFiori/dev
Dev
2 parents 72fe617 + 4bb3aa1 commit 4db3bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/database/EntityMapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ private function _imlpJsonX() {
654654
." * \n"
655655
." * @return Json An object of type 'Json'.\n"
656656
." */\n"
657-
." public function toJSON() {\n"
657+
." public function toJSON() : Json {\n"
658658
." \$json = new Json([\n"
659659
."$arrayStr\n"
660660
." ]);\n"

0 commit comments

Comments
 (0)