@@ -136,7 +136,7 @@ public function downloadToStream($id, $destination)
136
136
* * -2 = the second most recent revision
137
137
* * -1 = the most recent revision
138
138
*
139
- * @param string $filename File name
139
+ * @param string $filename Filename
140
140
* @param resource $destination Writable Stream
141
141
* @param array $options Download options
142
142
* @throws FileNotFoundException
@@ -242,7 +242,7 @@ public function openDownloadStream($id)
242
242
* * -2 = the second most recent revision
243
243
* * -1 = the most recent revision
244
244
*
245
- * @param string $filename File name
245
+ * @param string $filename Filename
246
246
* @param array $options Download options
247
247
* @return resource
248
248
* @throws FileNotFoundException
@@ -268,7 +268,7 @@ public function openDownloadStreamByName($filename, array $options = [])
268
268
* * chunkSizeBytes (integer): The chunk size in bytes. Defaults to the
269
269
* bucket's chunk size.
270
270
*
271
- * @param string $filename File name
271
+ * @param string $filename Filename
272
272
* @param array $options Upload options
273
273
* @return resource
274
274
*/
@@ -292,7 +292,7 @@ public function openUploadStream($filename, array $options = [])
292
292
* Renames the GridFS file with the specified ID.
293
293
*
294
294
* @param mixed $id File ID
295
- * @param string $newFilename New file name
295
+ * @param string $newFilename New filename
296
296
* @throws FileNotFoundException
297
297
*/
298
298
public function rename ($ id , $ newFilename )
@@ -325,7 +325,7 @@ public function rename($id, $newFilename)
325
325
* * chunkSizeBytes (integer): The chunk size in bytes. Defaults to the
326
326
* bucket's chunk size.
327
327
*
328
- * @param string $filename File name
328
+ * @param string $filename Filename
329
329
* @param resource $source Readable stream
330
330
* @param array $options Stream options
331
331
* @return ObjectId ID of the newly created GridFS file
0 commit comments