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

Commit 126aaa7

Browse files
committed
Adds missing language to code block in documentation of file filters
1 parent 4c91c30 commit 126aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you want to use a specific encoding when converting file content, you should
111111
specify the encoding when instantiating the `LowerCase` filter, or use the
112112
`setEncoding` method to change it.
113113

114-
```
114+
```php
115115
use Zend\Filter\File\LowerCase;
116116
use Zend\Http\PhpEnvironment\Request;
117117

0 commit comments

Comments
 (0)