mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix typo
This commit is contained in:
parent
79f2f4197a
commit
4ff3a5517d
@ -629,7 +629,7 @@ class PropertyAssignmentAnalyzer
|
|||||||
|| $codebase->classExtends($context->self, $appearing_property_class))
|
|| $codebase->classExtends($context->self, $appearing_property_class))
|
||||||
&& (!$context->calling_method_id
|
&& (!$context->calling_method_id
|
||||||
|| \strpos($context->calling_method_id, '::__construct')
|
|| \strpos($context->calling_method_id, '::__construct')
|
||||||
|| \strpos($context->calling_method_id, '::unserializea'))
|
|| \strpos($context->calling_method_id, '::unserialize'))
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
if (IssueBuffer::accepts(
|
if (IssueBuffer::accepts(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user