mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Support higher order tap() (#554)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
2b1273c45e
commit
a9ea231679
@@ -46,5 +46,6 @@ namespace PHPSTORM_META {
|
|||||||
override(\head(0), elementType(0));
|
override(\head(0), elementType(0));
|
||||||
override(\last(0), elementType(0));
|
override(\last(0), elementType(0));
|
||||||
override(\with(0), type(0));
|
override(\with(0), type(0));
|
||||||
|
override(\tap(0), type(0));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user