Skip to content

Commit 52a4fd3

Browse files
author
nasko
committed
fix colorcoding
1 parent 3af2426 commit 52a4fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/20-fields/30-color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ print_r( $rgba );
3535
```
3636

3737
Output:
38-
```
38+
```php
3939
array(4) {
4040
["red"] => int(255), // integer in the 0-255 range
4141
["green"] => int(0), // integer in the 0-255 range

0 commit comments

Comments
 (0)