Skip to content

Commit 5889313

Browse files
committed
php syntax higlighting on README.md
1 parent 09ba95b commit 5889313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The base length unit in Open Office XML is twip. Twip means "TWentieth of an Inc
7979

8080
You can use PHPWord helper functions to convert inches, centimeters, or points to twips.
8181

82-
```
82+
```php
8383
// Paragraph with 6 points space after
8484
$PHPWord->addParagraphStyle('My Style', array(
8585
'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6))

0 commit comments

Comments
 (0)