Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Yadaev committed Jul 12, 2022
1 parent 7be4fa6 commit 7adbcdd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions src/GeometryCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function __construct(string $className)
* @param string $key
* @param string|Expression|null $wkbOrWKt
* @param array<string, mixed> $attributes
*
* @return Geometry|null
*/
public function get($model, string $key, $wkbOrWKt, array $attributes): ?Geometry
Expand All @@ -52,7 +51,6 @@ public function get($model, string $key, $wkbOrWKt, array $attributes): ?Geometr
* @param string $key
* @param Geometry|mixed|null $geometry
* @param array<string, mixed> $attributes
*
* @return Expression|null
*
* @throws InvalidArgumentException
Expand Down
5 changes: 0 additions & 5 deletions src/Objects/Geometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ abstract public function toWkt(bool $withFunction = true): string;

/**
* @param int $options
*
* @return string
*
* @throws JsonException
Expand All @@ -32,7 +31,6 @@ public function toJson($options = 0): string

/**
* @param string $wkb
*
* @return static
*
* @throws InvalidArgumentException
Expand All @@ -52,7 +50,6 @@ public static function fromWkb(string $wkb): static

/**
* @param string $wkt
*
* @return static
*
* @throws InvalidArgumentException
Expand All @@ -72,7 +69,6 @@ public static function fromWkt(string $wkt): static

/**
* @param string $geoJson
*
* @return static
*
* @throws InvalidArgumentException
Expand Down Expand Up @@ -147,7 +143,6 @@ abstract public function getCoordinates(): array;

/**
* @param array<string> $arguments
*
* @return CastsAttributes
*/
public static function castUsing(array $arguments): CastsAttributes
Expand Down
3 changes: 0 additions & 3 deletions src/Objects/GeometryCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function __construct(Collection|array $geometries)

/**
* @param bool $withFunction
*
* @return string
*
* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter
Expand Down Expand Up @@ -95,7 +94,6 @@ public function getGeometries(): Collection

/**
* @param int $offset
*
* @return bool
*/
public function offsetExists($offset): bool
Expand All @@ -105,7 +103,6 @@ public function offsetExists($offset): bool

/**
* @param int $offset
*
* @return TGeometry|null
*/
public function offsetGet($offset): ?Geometry
Expand Down
1 change: 0 additions & 1 deletion src/Objects/MultiLineString.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class MultiLineString extends GeometryCollection

/**
* @param bool $withFunction
*
* @return string
*
* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter
Expand Down
1 change: 0 additions & 1 deletion src/Objects/MultiPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class MultiPoint extends PointCollection

/**
* @param bool $withFunction
*
* @return string
*
* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter
Expand Down
1 change: 0 additions & 1 deletion src/Objects/MultiPolygon.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class MultiPolygon extends GeometryCollection

/**
* @param bool $withFunction
*
* @return string
*
* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter
Expand Down

0 comments on commit 7adbcdd

Please sign in to comment.