mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Break compatibility with EventBuffer <= 1.5 (5+ years old)
This commit is contained in:
parent
8c34c3d653
commit
6a8fcaef56
@ -2262,8 +2262,7 @@ return [
|
||||
'EventBuffer::prepend' => ['bool', 'data'=>'string'],
|
||||
'EventBuffer::prependBuffer' => ['bool', 'buf'=>'EventBuffer'],
|
||||
'EventBuffer::pullup' => ['string', 'size'=>'int'],
|
||||
'EventBuffer::read' => ['int', 'fd'=>'mixed', 'howmuch'=>'int'],
|
||||
'EventBuffer::read\'1' => ['string', 'max_bytes'=>'int'],
|
||||
'EventBuffer::read' => ['string', 'max_bytes'=>'int'],
|
||||
'EventBuffer::readFrom' => ['int', 'fd'=>'mixed', 'howmuch'=>'int'],
|
||||
'EventBuffer::readLine' => ['string', 'eol_style'=>'int'],
|
||||
'EventBuffer::search' => ['mixed', 'what'=>'string', 'start='=>'int', 'end='=>'int'],
|
||||
|
Loading…
Reference in New Issue
Block a user