@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | private $sqlSyntax; |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - * @param $jsynFile string | PathUtil |
|
| 38 | + * @param string $jsynFile string | PathUtil |
|
| 39 | 39 | * @param $sqlSyntax string |
| 40 | 40 | */ |
| 41 | 41 | public function __construct($jsynFile, $sqlSyntax) |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | - * @return array |
|
| 81 | + * @return string |
|
| 82 | 82 | */ |
| 83 | 83 | public function getJsyn() |
| 84 | 84 | { |
@@ -113,8 +113,7 @@ |
||
| 113 | 113 | { |
| 114 | 114 | if (is_array($jsonStructureFile)){ |
| 115 | 115 | $this->jsonStructure = $jsonStructureFile; |
| 116 | - } |
|
| 117 | - else { |
|
| 116 | + } else { |
|
| 118 | 117 | $this->jsonStructure = self::getObjectFromJsonFile($jsonStructureFile); |
| 119 | 118 | } |
| 120 | 119 | $this->sqlVendor = $sqlVendor; |