@@ -76,7 +76,7 @@ |
||
76 | 76 | /** |
77 | 77 | * Gets the PHP type corresponding to this Doctrine type. |
78 | 78 | * |
79 | - * @param string $doctrineType |
|
79 | + * @param DBALType $doctrineType |
|
80 | 80 | * |
81 | 81 | * @return string |
82 | 82 | */ |
@@ -137,7 +137,7 @@ |
||
137 | 137 | /** |
138 | 138 | * Converts a Doctrine type in PHP type. |
139 | 139 | * |
140 | - * @param string $doctrineType |
|
140 | + * @param Type $doctrineType |
|
141 | 141 | * |
142 | 142 | * @return string |
143 | 143 | */ |