php syntax higlighting on README.md

This commit is contained in:
Ivan Lanin 2014-03-07 18:09:25 +07:00
parent 09ba95bd88
commit 5889313743
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ The base length unit in Open Office XML is twip. Twip means "TWentieth of an Inc
You can use PHPWord helper functions to convert inches, centimeters, or points to twips. You can use PHPWord helper functions to convert inches, centimeters, or points to twips.
``` ```php
// Paragraph with 6 points space after // Paragraph with 6 points space after
$PHPWord->addParagraphStyle('My Style', array( $PHPWord->addParagraphStyle('My Style', array(
'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6)) 'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6))