@@ -13,10 +13,6 @@ allowed:
1313
1414## Boolean And Null
1515
16- <secondary-label ref =" phpstan " />
17- <secondary-label ref =" psalm " />
18- <secondary-label ref =" storm " />
19-
2016The literals ` true ` and ` false ` are used as the value of the PHP ` bool ` type.
2117
2218> Note: ` true ` and ` false ` values are not case sensitive.
@@ -35,10 +31,6 @@ For other types the logic is more complicated.
3531
3632## Strings
3733
38- <secondary-label ref="phpstan"/>
39- <secondary-label ref="psalm"/>
40- <secondary-label ref="storm"/>
41-
4234The syntax of string types is similar to that in PHP: The string allows single
4335( ` ' `) and double (`"`) quotes, which can be escaped using a backslash (`\` ).
4436
@@ -130,10 +122,6 @@ representation. The braces are required in the sequence. E.g. `"\u{41}" === "A"`
130122
131123## Integer
132124
133- < secondary - label ref = " phpstan" / >
134- < secondary - label ref = " psalm" / >
135- < secondary - label ref = " storm" / >
136-
137125The syntax of integer numbers is similar to the PHP language . Binary , octal ,
138126decimal and hexadecimal number systems are supported .
139127
@@ -279,10 +267,6 @@ the numbers between `0` and `F` and must match the regular expression
279267
280268## Float
281269
282- < secondary - label ref = " phpstan" / >
283- < secondary - label ref = " psalm" / >
284- < secondary - label ref = " storm" / >
285-
286270The syntax of float numbers is similar to the PHP language . Basic floating point
287271syntax and scientific notation are supported .
288272
@@ -340,7 +324,6 @@ trailing number may be omitted. Negative values are prefixed with a minus (`-`.
340324
341325### Scientific Notation
342326
343- < secondary - label ref = " phpstan" / >
344327
345328Scientific notation is a way of expressing numbers that are too large or too
346329small to be conveniently written in decimal form , since to do so would require
0 commit comments