phpmyadmin/libraries/classes/Gis
Maurício Meneghini Fauth 6a2c12bdc8
Add missing traversable type hints
Replace array type hint with mixed[] type hint, since it means the same.
This way it's possible to require traversable type hint for new code.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-02 01:32:12 -03:00
..
GisFactory.php Add native param types 2023-03-17 12:45:18 +00:00
GisGeometry.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisGeometryCollection.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisLineString.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisMultiLineString.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisMultiPoint.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisMultiPolygon.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisPoint.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisPolygon.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
GisVisualization.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ScaleData.php Refactor gis scale data set calculation (#18100) 2023-02-17 08:24:37 -03:00