Skip to content

Commit 9ddee15

Browse files
committed
more cs fixes
1 parent f1bbee6 commit 9ddee15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Next, refactor the ``Document`` class to take advantage of these callbacks::
293293
private $temp;
294294

295295
/**
296-
* Set file
296+
* Sets file
297297
*
298298
* @param UploadedFile $file
299299
*/
@@ -408,7 +408,7 @@ property, instead of the actual filename::
408408
private $temp;
409409

410410
/**
411-
* Set file
411+
* Sets file
412412
*
413413
* @param UploadedFile $file
414414
*/

0 commit comments

Comments
 (0)