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

Check Documentation Code Blocks #59

Closed
GeeH opened this issue Jan 20, 2016 · 0 comments
Closed

Check Documentation Code Blocks #59

GeeH opened this issue Jan 20, 2016 · 0 comments

Comments

@GeeH
Copy link
Contributor

GeeH commented Jan 20, 2016

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.

weierophinney added a commit to weierophinney/zend-mvc that referenced this issue Mar 1, 2016
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

1 participant