-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove container-interop/container-interop
in favour of psr/container
#177
Remove container-interop/container-interop
in favour of psr/container
#177
Conversation
8699cb3
to
680f57b
Compare
0245605
to
8dd4c62
Compare
c00df4f
to
6a8d463
Compare
A couple of questions:
|
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.
Besides worsened type inference, this is OK as-is, @internalsystemerror 👍
<PossiblyUndefinedArrayOffset occurrences="1"> | ||
<code>$inputSpec['validators']</code> | ||
</PossiblyUndefinedArrayOffset> | ||
</file> | ||
<file src="test/Element/CheckboxTest.php"> | ||
<PossiblyInvalidMethodCall occurrences="1"> | ||
<code>getHaystack</code> | ||
</PossiblyInvalidMethodCall> | ||
<PossiblyUndefinedArrayOffset occurrences="1"> | ||
<code>$inputSpec['validators']</code> | ||
</PossiblyUndefinedArrayOffset> | ||
<UndefinedInterfaceMethod occurrences="1"> | ||
<code>getHaystack</code> | ||
</UndefinedInterfaceMethod> |
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.
Inference regressed here: can we investigate why?
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 is just as I was saying above (afaik) that this is what is being tested for. So I'm not sure why these are showing now and not before (my theory: better types in the docblocks in src).
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.
Other than the unused import LGTM!
Signed-off-by: Gary Lockett <[email protected]>
Signed-off-by: Gary Lockett <[email protected]>
Signed-off-by: Gary Lockett <[email protected]>
f891b57
to
9702453
Compare
Signed-off-by: Gary Lockett <[email protected]>
9702453
to
bc9a1be
Compare
Unused type import remove, rebased to the latest changes in Should be ready for rereview now 👍 |
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.
LGTM!
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.
Let's roll with it, thanks @internalsystemerror!
Description
Closes #171