Skip to content

Commit bf3b113

Browse files
author
Кирилл Храмов
committed
-edit header and edit test SearchCrmEntitiesTest.php
1 parent d3fdfbc commit bf3b113

29 files changed

+356
-65
lines changed

src/Services/Telephony/Common/CallType.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Common;
615

716
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;

src/Services/Telephony/Common/CrmEntityType.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Common;
615

716
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;

src/Services/Telephony/Common/CurrencyList.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Common;
615

716
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;

src/Services/Telephony/Common/StatusSipCodeInterface.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Common;
615

716
interface StatusSipCodeInterface

src/Services/Telephony/Common/StatusSipRegistrations.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Common;
615

716
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;

src/Services/Telephony/Common/TypeAtc.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<?php
22

3+
declare(strict_types=1);
4+
5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
314
namespace Bitrix24\SDK\Services\Telephony\Common;
415

516
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;

src/Services/Telephony/Result/CallAttachTranscriptionResult.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<?php
22
declare(strict_types=1);
33

4+
/*
5+
* This file is part of the bitrix24-php-sdk package.
6+
*
7+
* Kirill Кhramov <[email protected]>
8+
*
9+
* For the full copyright and license information, please view the LICENSE
10+
* file that was distributed with this source code.
11+
*/
12+
413
namespace Bitrix24\SDK\Services\Telephony\Result;
514

615
use Bitrix24\SDK\Core\Exceptions\BaseException;

src/Services/Telephony/Result/ExternalCallFinishItemResult.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Result;
615

716

src/Services/Telephony/Result/ExternalCallFinishResult.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Result;
615

716
use Bitrix24\SDK\Core\Exceptions\BaseException;

src/Services/Telephony/Result/ExternalCallHideResult.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the bitrix24-php-sdk package.
7+
*
8+
* Kirill Кhramov <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Bitrix24\SDK\Services\Telephony\Result;
615

716
use Bitrix24\SDK\Core\Exceptions\BaseException;

0 commit comments

Comments
 (0)