Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Sep 28, 2018
1 parent 58993fd commit 956a046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ogr2ogr.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function getCommand() : string

/**
* @param callable|null $callback
* @param array $env An array of additional env vars to set when running the process
* @param array $env An array of additional env vars to set when running the process
*
* @throws ProcessFailedException if the process is not successful.
*
Expand Down
2 changes: 1 addition & 1 deletion src/ogrinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function getCommand() : string

/**
* @param callable|null $callback
* @param array $env An array of additional env vars to set when running the process
* @param array $env An array of additional env vars to set when running the process
*
* @throws ProcessFailedException if the process is not successful.
*
Expand Down

0 comments on commit 956a046

Please sign in to comment.