Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #87 from loopline-systems/feature/86-declare-stric…
Browse files Browse the repository at this point in the history
…t-types-1-on-all-files

refs #86: Declare strict_types=1 on all files
  • Loading branch information
mavimo committed Aug 17, 2018
2 parents 8a6d9fb + f136ac3 commit c2ed891
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 62 deletions.
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Api/ActivityApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Api/ContactApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Api/LeadApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Api/TaskApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Api/UserApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/CloseIoConfig.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/CloseIoRequest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/CloseIoResponse.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Activity.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Address.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Contact.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Email.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Lead.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/LeadStatus.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Phone.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Task.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/Url.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion src/LooplineSystems/CloseIoApiWrapper/Model/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion tests/LooplineSystems/CloseIoApiWrapper/Api/ConfigTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down
2 changes: 1 addition & 1 deletion tests/LooplineSystems/CloseIoApiWrapper/Model/UrlTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Close.io Api Wrapper - LLS Internet GmbH - Loopline Systems
*
Expand Down

0 comments on commit c2ed891

Please sign in to comment.