Completed
Pull Request — master (#16)
by David
13:19
created
src/TdbmFluidColumnJsonOptions.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.