Skip to content

Commit 67a7271

Browse files
authored
Add missing code snippet language definition
Noticed from missing syntax colors in output.
1 parent 58d3a1e commit 67a7271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/php-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the `php/` prefix to access the global variables (superglobals) in combinati
1414

1515
Named constants set with PHP [`define`](https://www.php.net/manual/en/function.define.php) can be accessed in Phel via `php/CONSTANT_NAME`.
1616

17-
```
17+
```phel
1818
(php/define "MY_SETTING" "My value") # Calls PHP define('MY_SETTING', 'My value");
1919
php/MY_SETTING # Returns "My value"
2020
```

0 commit comments

Comments
 (0)