Skip to content

Commit 3c8a816

Browse files
committed
add missing space
1 parent 9ddee15 commit 3c8a816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Next, refactor the ``Document`` class to take advantage of these callbacks::
338338

339339
unset($this->file);
340340

341-
//check if we have an old image
341+
// check if we have an old image
342342
if (isset($this->temp)) {
343343
// delete the old image
344344
unlink($this->getUploadRootDir().'/'.$this->temp);

0 commit comments

Comments
 (0)