Closed dereuromark closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.50%. Comparing base (
446a2f4
) to head (746140d
). Report is 1 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Complex types are working in annotator, but not in illuminator.
@property array{utm_tags: array<mixed>|null}|null $data !
This still produce this:
public const FIELD_TA = 'ta';
Same for this:
@property array{user?: int, account?: int|string, newContacts?: array<mixed>}|null $data !
public const FIELD_ATA = 'ata';
Still same problem here:
@property array{utm_tags: array<mixed>|null}|null $data !
public const FIELD_ATA = 'ata';
Now the problem is again the first one
@property array{user?: int, account?: int|string, newContacts?: array<mixed>}|null $data !
public const FIELD_ATA = 'ata';
The tests look correct, no?
Resolves https://github.com/dereuromark/cakephp-ide-helper/issues/354
Could replace https://github.com/dereuromark/cakephp-ide-helper/pull/356