mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix typos
This commit is contained in:
parent
0555bd9ff6
commit
f961da53b7
@ -513,7 +513,7 @@ class PropertyFetchAnalyzer
|
||||
$statements_analyzer->removeSuppressedIssues(['PossiblyNullReference']);
|
||||
}
|
||||
|
||||
if (!in_array('InternalMethof', $suppressed_issues, true)) {
|
||||
if (!in_array('InternalMethod', $suppressed_issues, true)) {
|
||||
$statements_analyzer->removeSuppressedIssues(['InternalMethod']);
|
||||
}
|
||||
|
||||
|
@ -318,7 +318,7 @@ class InternalAnnotationTest extends TestCase
|
||||
}',
|
||||
'error_message' => 'InternalProperty',
|
||||
],
|
||||
'magicPropertyGetInternalImplicit' => [
|
||||
'magicPropertyGetInternalExplicit' => [
|
||||
'<?php
|
||||
namespace A {
|
||||
class Foo {
|
||||
|
Loading…
Reference in New Issue
Block a user