@@ -109,7 +109,7 @@ |
||
| 109 | 109 | * @param $jsonStructureFile PathUtil | string | Array |
| 110 | 110 | * @param $sqlVendor string |
| 111 | 111 | */ |
| 112 | - public function __construct($jsonStructureFile, $sqlVendor='default') |
|
| 112 | + public function __construct($jsonStructureFile, $sqlVendor = 'default') |
|
| 113 | 113 | { |
| 114 | 114 | if (is_array($jsonStructureFile)) { |
| 115 | 115 | $this->jsonStructure = $jsonStructureFile; |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | |
| 58 | 58 | if (isset($this->sqlSyntax)) { |
| 59 | 59 | $sqlSyntax = $this->sqlSyntax; |
| 60 | -<<<<<<< HEAD |
|
| 60 | +<< << <<< HEAD |
|
| 61 | 61 | if (!isset($this->jsyn->$sqlSyntax)) { |
| 62 | 62 | ======= |
| 63 | 63 | if (!isset($this->jsyn->$sqlSyntax)){ |
@@ -129,6 +129,4 @@ discard block |
||
| 129 | 129 | */ |
| 130 | 130 | public function __toString() |
| 131 | 131 | { |
| 132 | - return implode(' ', $this->getJsyn()); |
|
| 133 | - } |
|
| 134 | -} |
|
| 132 | + return implode(' ', $this->getJsyn |
|
| 135 | 133 | \ No newline at end of file |
@@ -129,6 +129,4 @@ |
||
| 129 | 129 | */ |
| 130 | 130 | public function __toString() |
| 131 | 131 | { |
| 132 | - return implode(' ', $this->getJsyn()); |
|
| 133 | - } |
|
| 134 | -} |
|
| 132 | + return implode(' ', $this->getJsyn |
|
| 135 | 133 | \ No newline at end of file |