Skip to content

Commit 10c8569

Browse files
committed
fixes
1 parent a2e08d7 commit 10c8569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"doctrine/dbal": "^3.5.3|^4.2",
21-
"larastan/larastan": "^1.0|^2.4",
21+
"larastan/larastan": "^1.0|^2.4|^3.1",
2222
"laravel/pint": "^1.14",
2323
"orchestra/testbench": "^8.0|^9.0|^10.0",
2424
"pestphp/pest": "^2.0|^3.7",

src/Enums/Srid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
enum Srid: int
66
{
77
case WGS84 = 4326; // https://epsg.org/crs_4326/WGS-84.html
8-
case WEB_MERCATOR = 3857; //https://epsg.org/crs_3857/WGS-84-Pseudo-Mercator.html
8+
case WEB_MERCATOR = 3857; // https://epsg.org/crs_3857/WGS-84-Pseudo-Mercator.html
99
}

0 commit comments

Comments
 (0)