-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add PhpStorm run configurations * Add test to `whereSrid` * Add tests to Point * Add tests to MultiPoint * Add tests to LineString * Add tests to MultiLineString * Add tests to Polygon * Add tests to MultiPolygon * Add tests to GeometryCollection * Implement `whereSrid` * Implement SRID * fixes * Fixes * update docs Co-authored-by: Matan Yadaev <[email protected]>
- Loading branch information
1 parent
55119fb
commit 4ec31b7
Showing
23 changed files
with
768 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Fix formatting" type="ComposerRunConfigurationType" factoryName="Composer Script"> | ||
<option name="commandLineParameters" value="" /> | ||
<option name="pathToComposerJson" value="$PROJECT_DIR$/composer.json" /> | ||
<option name="script" value="php-cs-fixer" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,8 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Static code analysis" type="ComposerRunConfigurationType" factoryName="Composer Script"> | ||
<option name="commandLineParameters" value="" /> | ||
<option name="pathToComposerJson" value="$PROJECT_DIR$/composer.json" /> | ||
<option name="script" value="phpstan" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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,11 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test" type="PestRunConfigurationType"> | ||
<option name="pestRunnerSettings"> | ||
<PestRunner method="" scope="ConfigurationFile" /> | ||
</option> | ||
<option name="runnerSettings"> | ||
<PhpTestRunnerSettings method="" scope="ConfigurationFile" /> | ||
</option> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
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.