Skip to content

Commit 43d7444

Browse files
committed
Fixing some syntax issues
1 parent 10196ae commit 43d7444

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
* :doc:`/components/dependency_injection/introduction`
2828
* :doc:`/components/dependency_injection/types`
29-
* :doc:`/components/dependency_injection/parameter`
29+
* :doc:`/components/dependency_injection/parameters`
3030
* :doc:`/components/dependency_injection/definitions`
3131
* :doc:`/components/dependency_injection/compilation`
3232
* :doc:`/components/dependency_injection/tags`

cookbook/doctrine/file_uploads.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.. index::
22
single: Doctrine; File uploads
33

4-
54
How to handle File Uploads with Doctrine
65
========================================
76

@@ -120,7 +119,7 @@ look like this::
120119
Next, create this property on your ``Document`` class and add some validation
121120
rules::
122121

123-
use Symfony\Component\HttpFoundation\File\UploadedFile;
122+
use Symfony\Component\HttpFoundation\File\UploadedFile;
124123

125124
// ...
126125
class Document

0 commit comments

Comments
 (0)