1
0
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:
Bruce Weirdan 2023-03-12 20:12:19 -04:00
parent 30369e826a
commit 4042036e8e
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -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;