Skip to content

Commit 8b8d35c

Browse files
committed
end short descriptions in PHPdoc comment with a .
1 parent 3c8a816 commit 8b8d35c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ rules::
133133
private $file;
134134

135135
/**
136-
* Sets file
136+
* Sets file.
137137
*
138138
* @param UploadedFile $file
139139
*/
@@ -143,7 +143,7 @@ rules::
143143
}
144144

145145
/**
146-
* Get file
146+
* Get file.
147147
*
148148
* @return UploadedFile
149149
*/
@@ -293,7 +293,7 @@ Next, refactor the ``Document`` class to take advantage of these callbacks::
293293
private $temp;
294294

295295
/**
296-
* Sets 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-
* Sets file
411+
* Sets file.
412412
*
413413
* @param UploadedFile $file
414414
*/

0 commit comments

Comments
 (0)