Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit c9c5a6d

Browse files
committed
Merge branch 'typo/zendframework/zendframework#6325-session-exception-typo'
Close zendframework/zendframework#6325
8 parents 4bb1004 + 2d7db65 + 63fdbea + 06f0e14 + cc8b469 + a949a32 + b85a7a6 + d78cafa commit c9c5a6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SaveHandler/MongoDB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ public function __construct($mongo, MongoDBOptions $options)
6363
}
6464

6565
if (null === ($database = $options->getDatabase())) {
66-
throw new InvalidArgumentException('The database option cannot be emtpy');
66+
throw new InvalidArgumentException('The database option cannot be empty');
6767
}
6868

6969
if (null === ($collection = $options->getCollection())) {
70-
throw new InvalidArgumentException('The collection option cannot be emtpy');
70+
throw new InvalidArgumentException('The collection option cannot be empty');
7171
}
7272

7373
$this->mongoCollection = $mongo->selectCollection($database, $collection);

0 commit comments

Comments
 (0)