Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit db64df2

Browse files
authored
Merge pull request #321 from mesilov/320-fix-typehint
fix typehint
2 parents c75b258 + d1c1b10 commit db64df2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# bitrix24-php-sdk change log
22

3+
## 2.0-beta.1 — 10.11.2022
4+
5+
### Added
6+
7+
### Changed
8+
9+
### Bugfix
10+
* fix [typehint at ContactItemResult](https://github.com/mesilov/bitrix24-php-sdk/issues/320)
11+
12+
### etc
13+
314
## 2.0-alpha.7 — 8.08.2022
415

516
### Added

src/Services/CRM/Contact/Result/ContactItemResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @property-read DateTimeInterface $DATE_MODIFY
4444
* @property-read string $COMPANY_ID
4545
* @property-read string $COMPANY_IDS
46-
* @property-read string $LEAD_ID
46+
* @property-read int $LEAD_ID
4747
* @property-read string $ORIGINATOR_ID
4848
* @property-read string $ORIGIN_ID
4949
* @property-read string $ORIGIN_VERSION

0 commit comments

Comments
 (0)