Skip to content

Commit 645254a

Browse files
committed
Fix typos
1 parent 1b9e3a6 commit 645254a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ValidatingInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function forceSave();
141141
*
142142
* @return void
143143
*
144-
* @throws ValidatingException
144+
* @throws ValidationException
145145
*/
146146
public function saveOrFail();
147147

src/ValidationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function model()
4040
}
4141

4242
/**
43-
* Get the mdoel with validation errors.
43+
* Get the model with validation errors.
4444
*
4545
* @return Model
4646
*/

0 commit comments

Comments
 (0)