-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
3,048 additions
and
2,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="4.28.0@52e96bea381e6cb07a672aefec791a5817694a26"> | ||
<file src="src/CircularString.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new CircularString($cs, ...$geometries)</code> | ||
<code>new CircularString($cs, ...$points)</code> | ||
<code>new CircularString($cs, ...$points)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>CircularString</code> | ||
<code>CircularString</code> | ||
<code>CircularString</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/CompoundCurve.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new CompoundCurve($cs, ...$curves)</code> | ||
<code>new CompoundCurve($cs, ...$curves)</code> | ||
<code>new CompoundCurve($cs, ...$curves)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>CompoundCurve</code> | ||
<code>CompoundCurve</code> | ||
<code>CompoundCurve</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/CurvePolygon.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new CurvePolygon($cs, ...$rings)</code> | ||
<code>new CurvePolygon($cs, ...$rings)</code> | ||
<code>new CurvePolygon($cs, ...$rings)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>CurvePolygon</code> | ||
<code>CurvePolygon</code> | ||
<code>CurvePolygon</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/GeometryCollection.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new GeometryCollection($cs, ...$geometries)</code> | ||
<code>new GeometryCollection($cs, ...$geometries)</code> | ||
<code>new GeometryCollection($cs, ...$geometries)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>GeometryCollection</code> | ||
<code>GeometryCollection</code> | ||
<code>GeometryCollection</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/LineString.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new LineString($cs, ...$points)</code> | ||
<code>new LineString($cs, ...$points)</code> | ||
<code>new LineString($cs, ...$points)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>LineString</code> | ||
<code>LineString</code> | ||
<code>LineString</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/Point.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new Point($cs, ...$coords)</code> | ||
<code>new Point($cs, ...$coords)</code> | ||
<code>new Point($cs, ...$coords)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>Point</code> | ||
<code>Point</code> | ||
<code>Point</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/Polygon.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new Polygon($cs, ...$rings)</code> | ||
<code>new Polygon($cs, ...$rings)</code> | ||
<code>new Polygon($cs, ...$rings)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>Polygon</code> | ||
<code>Polygon</code> | ||
<code>Polygon</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
<file src="src/PolyhedralSurface.php"> | ||
<LessSpecificReturnStatement occurrences="3"> | ||
<code>new PolyhedralSurface($cs, ...$patches)</code> | ||
<code>new PolyhedralSurface($cs, ...$patches)</code> | ||
<code>new PolyhedralSurface($cs, ...$patches)</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="3"> | ||
<code>PolyhedralSurface</code> | ||
<code>PolyhedralSurface</code> | ||
<code>PolyhedralSurface</code> | ||
<file src="src/Geometry.php"> | ||
<LessSpecificReturnStatement occurrences="5"> | ||
<code>$this->project(new RemoveZMProjector(removeM: true))</code> | ||
<code>$this->project(new RemoveZMProjector(removeZ: true))</code> | ||
<code>$this->project(new RemoveZMProjector(removeZ: true, removeM: true))</code> | ||
<code>$this->project(new SRIDProjector($srid))</code> | ||
<code>$this->project(new SwapXYProjector())</code> | ||
</LessSpecificReturnStatement> | ||
<MoreSpecificReturnType occurrences="5"> | ||
<code>static</code> | ||
<code>static</code> | ||
<code>static</code> | ||
<code>static</code> | ||
<code>static</code> | ||
</MoreSpecificReturnType> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Brick\Geo\Attribute; | ||
|
||
use Attribute; | ||
|
||
/** | ||
* Used to tag a method that should not be proxied in Proxy classes. | ||
*/ | ||
#[Attribute(Attribute::TARGET_METHOD)] | ||
final class NoProxy | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.