Support higher order tap() (#554)

This commit is contained in:
Chris Morrell
2017-08-28 13:35:56 +02:00
committed by Barry vd. Heuvel
parent 2b1273c45e
commit a9ea231679
+1
View File
@@ -46,5 +46,6 @@ namespace PHPSTORM_META {
override(\head(0), elementType(0));
override(\last(0), elementType(0));
override(\with(0), type(0));
override(\tap(0), type(0));
}