Skip to content

Commit cfba3e5

Browse files
authored
Merge branch 'spinen:develop' into 50-fix-di-problem-with-unnamed-parameters
2 parents 5a4aeb8 + a33f0ff commit cfba3e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
3838

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

4343
- name: Execute tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.7.0

src/Support/GeometryProxy.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
* @method mixed toWkb() Returns the geometry in WKB format.
2525
* @method mixed toWkt() Returns the geometry in WKT format.
2626
*
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%.
3030
*/
3131
class GeometryProxy
3232
{

0 commit comments

Comments
 (0)