We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82d19c commit 3180d0cCopy full SHA for 3180d0c
1 file changed
README.md
@@ -44,7 +44,7 @@ Using composer:
44
45
Multiple transformations can be composed using the `chain` function:
46
47
-``php
+```php
48
T\chain(T\getProperty('user'), T\getEntry('name'));
49
50
// Is equivalent to:
0 commit comments