-
Couldn't load subscription status.
- Fork 17
IBX-9727: Add missing type hints to content related VO #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d62b2c5 to
ad60dfe
Compare
phpstan-baseline.neon
Outdated
| message: '#^Property Ibexa\\Contracts\\Core\\Persistence\\Content\\ContentInfo\:\:\$isHidden \(bool\) on left side of \?\? is not nullable\.$#' | ||
| identifier: nullCoalesce.property | ||
| count: 1 | ||
| path: src/lib/Repository/Mapper/ContentDomainMapper.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be removed together with missing type hints for persistence layer
e2a33cf to
e0385ad
Compare
72c5e1d to
66f9196
Compare
src/contracts/Repository/Values/Content/ContentCreateStruct.php
Outdated
Show resolved
Hide resolved
src/contracts/Repository/Values/Content/ContentCreateStruct.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remark about enum is optional but it's worth considering.
d232b91 to
02ae1b9
Compare
05e896c to
9e82112
Compare
9e82112 to
8180a32
Compare
…tentTest::testCreateContentThrowsInvalidArgumentExceptionContentTypeNotSet test
…tentTest::testCreateContentThrowsInvalidArgumentExceptionMainLanguageCodeNotSet test
…oMainLocationLoaderTest test
…n\FieldRenderingExtensionIntegrationTest test
…st::testFindSingleFailMultiple test
…ontent\DraftList\Item\ContentDraftListItem
…ontent\DraftList\Item\UnauthorizedContentDraftListItem
6040965 to
a6c5fca
Compare
|


Related PRs:
Baseline only, can be merged after this one:
Description:
Add missing type hints to content related VO
For QA:
Regression run: ibexa/commerce#1358