File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
38
38
39
39
- name : PHP Security Checker
40
- uses : symfonycorp/security-checker-action@v2
40
+ uses : symfonycorp/security-checker-action@v4
41
41
if : ${{ matrix.stability == 'prefer-stable' }}
42
42
43
43
- name : Execute tests
Original file line number Diff line number Diff line change 1
- 2.6 .0
1
+ 2.7 .0
Original file line number Diff line number Diff line change 24
24
* @method mixed toWkb() Returns the geometry in WKB format.
25
25
* @method mixed toWkt() Returns the geometry in WKT format.
26
26
*
27
- * @property float acres The acres with in +/-1%.
28
- * @property array coordinates The points that define the shape.
29
- * @property float square_meters The square meters with in +/-1%.
27
+ * @property float $ acres The acres with in +/-1%.
28
+ * @property array $ coordinates The points that define the shape.
29
+ * @property float $ square_meters The square meters with in +/-1%.
30
30
*/
31
31
class GeometryProxy
32
32
{
You can’t perform that action at this time.
0 commit comments