Skip to content

Commit c63f034

Browse files
committed
Add a missing language format to JInput docs.
1 parent 1179138 commit c63f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/en-US/chapters/packages/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The `JInputFiles` class provides a way to handle file attachments as payloads of
223223

224224
Access the files from the request could be done as follows:
225225

226-
```
226+
```php
227227
// By default, a new JInputFiles will inspect $_FILES.
228228
$input = new JInputFiles;
229229
$files = $input->get('attachments');

0 commit comments

Comments
 (0)