@@ -123,7 +123,7 @@ |
||
123 | 123 | * @param string $annotation |
124 | 124 | * @param mixed $content |
125 | 125 | * @param bool $replaceExisting |
126 | - * @return TdbmFluidColumnGraphqlOptions |
|
126 | + * @return TdbmFluidColumnJsonOptions |
|
127 | 127 | */ |
128 | 128 | public function addAnnotation(string $annotation, $content = null, bool $replaceExisting = true, bool $explicitNull = false): self |
129 | 129 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | |
7 | 7 | use function addslashes; |
8 | -use Doctrine\DBAL\Types\Type; |
|
9 | 8 | use function var_export; |
10 | 9 | |
11 | 10 | class TdbmFluidColumnJsonOptions |