@@ -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 |
@@ -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 |