Skip to content

Commit f06db9a

Browse files
committed
Make TypeRegistry::getMap non-internal, so that it can be overridden in the bundle
1 parent c1627a4 commit f06db9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Types/TypeRegistry.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ public function guessTypeFromValue(mixed $variable): ?Type
162162
* Get the type array map which holds all registered types and the corresponding
163163
* type class
164164
*
165-
* @internal
166-
*
167165
* @return array<string, class-string<Type>>
168166
*/
169167
public function getMap(): array

0 commit comments

Comments
 (0)