[phpmyadmin/shapefile] 55cc5e: Create the PhpMyAdmin\ShapeFile\ShapeType class

Branch: refs/heads/master Home: https://github.com/phpmyadmin/shapefile Commit: 55cc5e4d94d2fe6b521d1b1a8de84915e4511f3f https://github.com/phpmyadmin/shapefile/commit/55cc5e4d94d2fe6b521d1b1a8de84... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-09-14 (Thu, 09 September 2023) -03:00 Changed paths: A src/ShapeType.php M examples/create_shapefile.php M examples/read.php M phpstan-baseline.neon M psalm-baseline.xml M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php Log Message: ----------- Create the PhpMyAdmin\ShapeFile\ShapeType class Replaces the hard-coded shape type integers with class constants. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: f7d512ea34e8b968be483e19b5f1c6e988acd43b https://github.com/phpmyadmin/shapefile/commit/f7d512ea34e8b968be483e19b5f1c... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-09-14 (Thu, 09 September 2023) -03:00 Changed paths: A src/ShapeType.php M examples/create_shapefile.php M examples/read.php M phpstan-baseline.neon M psalm-baseline.xml M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php Log Message: ----------- Merge pull request #26 from MauricioFauth/shape-type Create the `PhpMyAdmin\ShapeFile\ShapeType` class
participants (1)
-
Maurício Meneghini Fauth