Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14909620
D19590.id46822.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
487 B
Referenced Files
None
Subscribers
None
D19590.id46822.diff
View Options
diff --git a/scripts/phutil_symbols.php b/scripts/phutil_symbols.php
--- a/scripts/phutil_symbols.php
+++ b/scripts/phutil_symbols.php
@@ -553,6 +553,15 @@
'Throwable' => true,
'Error' => true,
'ParseError' => true,
+
+ // PHP7 types.
+ 'bool' => true,
+ 'float' => true,
+ 'int' => true,
+ 'string' => true,
+ 'iterable' => true,
+ 'object' => true,
+ 'void' => true,
),
'function' => array_filter(
array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 3:45 AM (7 h, 23 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7123608
Default Alt Text
D19590.id46822.diff (487 B)
Attached To
Mode
D19590: Ignore PHP types for "needs" symbols
Attached
Detach File
Event Timeline
Log In to Comment