Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent a6c21e0 commit 589a8ff
Show file tree
Hide file tree
Showing 168 changed files with 342 additions and 341 deletions.
4 changes: 2 additions & 2 deletions src/Api/DeliveryReportCallbackInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/RequestInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/ResponseInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/SendingSmsBatchInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/SendingSmsMessageInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/SendingTextToSpeechSmsInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Api/SmsReplyCallbackInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Api;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/AddingContactInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/CheckingSmsMessageStatusInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/CreatingSubAccountInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/DeletingSmsInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/DeletingSubAccountInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/DeliveryReportInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/RetrievingSmsReplyInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SendingSmsBatchInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SendingSmsMessageInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SendingTextToSpeechSmsInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

use DateTime;
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SendingUnicodeSmsInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SentSmsMessageListInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/SmsModeEntityInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/TransferringCreditsInterface.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Entity;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Factory/RequestFactory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Factory;

use WBW\Library\SmsMode\Entity\AddingContactInterface;
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Authentication.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types = 1);

/*
* This file is part of the smsmode-library package.
*
Expand All @@ -11,6 +9,8 @@
* file that was distributed with this source code.
*/

declare(strict_types = 1);

namespace WBW\Library\SmsMode\Model;

use WBW\Library\SmsMode\Traits\Strings\StringAccessTokenTrait;
Expand Down
Loading

0 comments on commit 589a8ff

Please sign in to comment.