Skip to content

Commit a4afd79

Browse files
authored
fix missing space
1 parent 3c398cb commit a4afd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consistence-coding-standard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Multiple different types are separated with `|`.
773773

774774
* Written as `<type>[]`.
775775
* If the values are of more than one type, then `mixed[]` is used (also if there is no knowledge about the types).
776-
* If associative array is expected (or a Map), in description, there should be description of used format, such as `string[] $names format: lastName(string) => firstName (string)`.
776+
* If associative array is expected (or a Map), in description, there should be description of used format, such as `string[] $names format: lastName (string) => firstName (string)`.
777777
* If there are more nested arrays/collections, this is expressed with more `[]`, e.g. `integer[][]` means array of arrays of integers.
778778

779779
#### Type

0 commit comments

Comments
 (0)