Skip to content

Commit 2f2b36f

Browse files
authored
Merge pull request #83 from rosette-api/no-jira-cs-fixer-1.29.0
NO-JIRA: Apply php cs fixer updates.
2 parents 68bcbbc + b54abaf commit 2f2b36f

22 files changed

Lines changed: 22 additions & 5 deletions

examples/events.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@
3434
} catch (RosetteException $e) {
3535
error_log($e);
3636
}
37-

source/rosette/api/Address.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
* See the License for the specific language governing permissions and limitations under the License.
1515
**/
16+
1617
namespace rosette\api;
1718

1819
/**

source/rosette/api/AddressSimilarityParameters.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and limitations under the License.
1717
**/
18+
1819
namespace rosette\api;
1920

2021
/**

source/rosette/api/Api.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and limitations under the License.
1717
**/
18+
1819
namespace rosette\api;
1920

2021
/**
@@ -99,7 +100,7 @@ class Api
99100
* @var RosetteRequest
100101
*/
101102
private $request;
102-
103+
103104
/**
104105
* More verbose output).
105106
*

source/rosette/api/CustomException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and limitations under the License.
1616
**/
17+
1718
namespace rosette\api;
1819

1920
/**

source/rosette/api/DocumentParameters.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and limitations under the License.
1717
**/
18+
1819
namespace rosette\api;
1920

2021
/**

source/rosette/api/FieldedAddress.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
* See the License for the specific language governing permissions and limitations under the License.
1515
**/
16+
1617
namespace rosette\api;
1718

1819
/**

source/rosette/api/IAddress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
* See the License for the specific language governing permissions and limitations under the License.
1515
**/
16+
1617
namespace rosette\api;
1718

1819
/**
1920
* Interface implemented by all Addresses
2021
*/
2122
interface IAddress
2223
{
23-
2424
/**
2525
* Returns whether or not this address is fielded.
2626
*

source/rosette/api/IException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and limitations under the License.
1717
**/
18+
1819
namespace rosette\api;
1920

2021
/**

source/rosette/api/Include.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and limitations under the License.
1616
**/
17+
1718
namespace rosette\api;
1819

1920
/*

0 commit comments

Comments
 (0)