Skip to content

Commit 07b37f8

Browse files
Add more standard types for PHP (#2263)
This pull request addresses issue #2262. --------- Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
1 parent 30e2d2c commit 07b37f8

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

lang/php/code_type.talon-list

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@ list: user.code_type
22
code.language: php
33
-
44

5-
int
6-
float
7-
string
8-
bool
95
array
6+
bool
7+
callable
8+
false
9+
float
10+
int
11+
iterable
12+
mixed
13+
never
1014
null
15+
object
16+
parent
17+
self
18+
static
19+
string
20+
true
1121
void

0 commit comments

Comments
 (0)