1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix typos

This commit is contained in:
Matthew Brown 2019-05-30 08:53:20 -04:00
parent 0555bd9ff6
commit f961da53b7
2 changed files with 2 additions and 2 deletions

View File

@ -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']);
}

View File

@ -318,7 +318,7 @@ class InternalAnnotationTest extends TestCase
}',
'error_message' => 'InternalProperty',
],
'magicPropertyGetInternalImplicit' => [
'magicPropertyGetInternalExplicit' => [
'<?php
namespace A {
class Foo {