Skip to content

Commit 201329a

Browse files
committed
Replace tabs with spaces
1 parent 400b8c4 commit 201329a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/InvalidModelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ public function testGetErrorsReturnsAMessageBagWithTheEmailKey()
3838

3939
public function testSaveThrowsAValidationException()
4040
{
41-
$this->expectException(ValidationException::class);
41+
$this->expectException(ValidationException::class);
4242

4343
$model = new InvalidModel();
4444
$model->save();
4545
}
4646

4747
public function testValidateThrowsAValidationException()
4848
{
49-
$this->expectException(ValidationException::class);
49+
$this->expectException(ValidationException::class);
5050

5151
$model = new InvalidModel();
5252
$model->validate();

0 commit comments

Comments
 (0)