Merged
Conversation
Collaborator
mesilov
commented
Nov 28, 2025
| Q | A |
|---|---|
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Issues | Fix #275 |
| License | MIT |
Added the missing @property-read bool $active annotation to FlowItemResult.php to match the Bitrix24 API documentation for task.flow.Flow.get method. This fixes invalid typecasting hints reported in issue #275.
…1K5f6oAJNNThYdaxwWx51Qp
This commit comprehensively fixes all type casting issues in FlowItemResult by aligning type annotations with the official Bitrix24 API documentation for task.flow.Flow.get method: - Added missing @property-read bool $active annotation - Corrected 9 incorrectly nullable types to match API spec: * responsibleList: array|null → array * demo: bool|null → bool * responsibleCanChangeDeadline: bool|null → bool * matchWorkTime: bool|null → bool * taskControl: bool|null → bool * notifyAtHalfTime: bool|null → bool * taskCreators: array|null → array * team: array|null → array * trialFeatureEnabled: bool|null → bool Verified against official Bitrix24 API documentation (RU): https://apidocs.bitrix24.ru/api-reference/tasks/flow/tasks-flow-flow-get.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.