diff --git a/docs/book/file.md b/docs/book/file.md index 0461f1c2..aa160a3f 100644 --- a/docs/book/file.md +++ b/docs/book/file.md @@ -111,7 +111,7 @@ If you want to use a specific encoding when converting file content, you should specify the encoding when instantiating the `LowerCase` filter, or use the `setEncoding` method to change it. -``` +```php use Zend\Filter\File\LowerCase; use Zend\Http\PhpEnvironment\Request;