File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function getColumnDefinition(): DefinitionInterface
5454 * name: string,
5555 * type: string,
5656 * default: string,
57- * ' null?' : string
57+ * " null?" : string,
5858 * } $dbResponse
5959 */
6060 public static function createFromDB (array $ dbResponse ): SnowflakeColumn
Original file line number Diff line number Diff line change @@ -118,13 +118,16 @@ public function getColumnsNames(): array
118118 public function getColumnsDefinitions (): ColumnCollection
119119 {
120120 $ this ->cacheTableProps ();
121- /** @var array<array{
121+
122+ /**
123+ * @var array<array{
122124 * name: string,
123125 * kind: string,
124126 * type: string,
125127 * default: string,
126- * 'null?': string
127- * }> $columnsMeta */
128+ * "null?": string,
129+ * }> $columnsMeta
130+ */
128131 $ columnsMeta = $ this ->connection ->fetchAllAssociative (
129132 sprintf (
130133 'DESC TABLE %s ' ,
You can’t perform that action at this time.
0 commit comments