Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Check Documentation Code Blocks #31

Closed
GeeH opened this issue Oct 30, 2015 · 0 comments
Closed

Check Documentation Code Blocks #31

GeeH opened this issue Oct 30, 2015 · 0 comments

Comments

@GeeH
Copy link
Contributor

GeeH commented Oct 30, 2015

Check code blocks are correct

TLDR; Check in all files that codeblocks are correct, in PSR-2 format and have PHP syntax highlighting applied.

Code blocks should be in the following format...

```php
 'ZEND-FRAMEWORK');

// No required options
$rendererOptions = array();
$renderer = Barcode::factory(
    'code39', 'image', $barcodeOptions, $rendererOptions
);

```

Note the three backticks then php in the opening fence, and the closing fence is just three backticks. It's common for the opening backticks to have no code type, or something like source.

Code should also have been automatically formatted into PSR-2 format, but sometimes these slip through the net.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants