mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Drop misleading type
This commit is contained in:
parent
30369e826a
commit
4042036e8e
@ -41,9 +41,7 @@ class ArrayCreationInfo
|
||||
/**
|
||||
* Holds the integer offset of the *last* element added
|
||||
*
|
||||
* -1 means no elements have been added yet
|
||||
*
|
||||
* @var int<-1, max>
|
||||
* -1 may mean no elements have been added yet, but can also mean there's an element with offset -1
|
||||
*/
|
||||
public int $int_offset = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user