Skip to content

Commit 253f018

Browse files
alexeyshockovlstrojny
authored andcommitted
Type hints for PHPStorm (#183)
1 parent ca1fe68 commit 253f018

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.phpstorm.meta.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
// see https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata
4+
5+
namespace PHPSTORM_META;
6+
7+
override(\Functional\but_last(0), type(0));
8+
override(\Functional\drop_first(0), type(0));
9+
override(\Functional\drop_last(0), type(0));
10+
override(\Functional\filter(0), type(0));
11+
override(\Functional\first(0), elementType(0));
12+
override(\Functional\head(0), elementType(0));
13+
override(\Functional\id(0), type(0));
14+
override(\Functional\last(0), elementType(0));
15+
override(\Functional\pick(0), elementType(0));
16+
override(\Functional\reindex(0), type(0));
17+
override(\Functional\reject(0), type(0));
18+
override(\Functional\select(0), type(0));
19+
override(\Functional\sort(0), type(0));
20+
override(\Functional\tail(0), type(0));
21+
override(\Functional\unique(0), type(0));

0 commit comments

Comments
 (0)