-
-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy path.phpstorm.meta.php
More file actions
21 lines (18 loc) · 771 Bytes
/
.phpstorm.meta.php
File metadata and controls
21 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
// see https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata
namespace PHPSTORM_META;
override(\Functional\but_last(0), type(0));
override(\Functional\drop_first(0), type(0));
override(\Functional\drop_last(0), type(0));
override(\Functional\filter(0), type(0));
override(\Functional\first(0), elementType(0));
override(\Functional\head(0), elementType(0));
override(\Functional\id(0), type(0));
override(\Functional\last(0), elementType(0));
override(\Functional\pick(0), elementType(0));
override(\Functional\reindex(0), type(0));
override(\Functional\reject(0), type(0));
override(\Functional\select(0), type(0));
override(\Functional\sort(0), type(0));
override(\Functional\tail(0), type(0));
override(\Functional\unique(0), type(0));