mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix typos in issues.md
Detected by codespell and LanguageTool.
This commit is contained in:
parent
da32bcbe48
commit
6ae2ee809c
@ -337,7 +337,7 @@ echo (new A)->foo;
|
||||
|
||||
### InternalClass
|
||||
|
||||
Emmitted when attempting to access a class marked as internal an unrelated namespace or class.
|
||||
Emitted when attempting to access a class marked as internal an unrelated namespace or class.
|
||||
|
||||
```php
|
||||
namespace A {
|
||||
@ -358,7 +358,7 @@ namespace B {
|
||||
|
||||
### InternalMethod
|
||||
|
||||
Emmitted when attempting to access a method marked as internal an unrelated namespace or class.
|
||||
Emitted when attempting to access a method marked as internal an unrelated namespace or class.
|
||||
|
||||
```php
|
||||
namespace A {
|
||||
@ -381,7 +381,7 @@ namespace B {
|
||||
|
||||
### InternalProperty
|
||||
|
||||
Emmitted when attempting to access a property marked as internal from an unrelated namespace or class.
|
||||
Emitted when attempting to access a property marked as internal from an unrelated namespace or class.
|
||||
|
||||
```php
|
||||
namespace A {
|
||||
@ -433,7 +433,7 @@ $arr[0] = 3;
|
||||
|
||||
### InvalidArrayOffset
|
||||
|
||||
Emitted when when attempting to access an array using a value that's not a valid offet for that array
|
||||
Emitted when attempting to access an array using a value that's not a valid offset for that array
|
||||
|
||||
```php
|
||||
$a = [5, 20, 18];
|
||||
|
Loading…
Reference in New Issue
Block a user