Skip to content

Commit

Permalink
Merge branch 'release/2.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Dec 3, 2023
2 parents 830d844 + 56c5768 commit 738da01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest

- name: PHP Security Checker
uses: symfonycorp/security-checker-action@v2
uses: symfonycorp/security-checker-action@v4
if: ${{ matrix.stability == 'prefer-stable' }}

- name: Execute tests
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.7.0
6 changes: 3 additions & 3 deletions src/Support/GeometryProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
* @method mixed toWkb() Returns the geometry in WKB format.
* @method mixed toWkt() Returns the geometry in WKT format.
*
* @property float acres The acres with in +/-1%.
* @property array coordinates The points that define the shape.
* @property float square_meters The square meters with in +/-1%.
* @property float $acres The acres with in +/-1%.
* @property array $coordinates The points that define the shape.
* @property float $square_meters The square meters with in +/-1%.
*/
class GeometryProxy
{
Expand Down

0 comments on commit 738da01

Please sign in to comment.