@@ -123,7 +123,7 @@ |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | /** |
126 | - * @param $topLevelObject string |
|
126 | + * @param string $topLevelObject string |
|
127 | 127 | * @param $crudAction string |
128 | 128 | * |
129 | 129 | * Based on the values provided in the $topLevelObject and $crudAction |
@@ -34,6 +34,9 @@ |
||
34 | 34 | */ |
35 | 35 | private $sqlSyntax; |
36 | 36 | |
37 | + /** |
|
38 | + * @param string $jsynFile |
|
39 | + */ |
|
37 | 40 | public function __construct($jsynFile, $sqlSyntax) |
38 | 41 | { |
39 | 42 | self::setJsynFile($jsynFile); |