Skip to content

Commit cec8fca

Browse files
committed
Fix indentation
1 parent 3b4f30a commit cec8fca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spoon/tests/SpoonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testGet()
1818

1919
public function testGetFailure()
2020
{
21-
$this->expectException(SpoonException::class);
21+
$this->expectException(SpoonException::class);
2222
$this->assertEquals('I have no idea what I am doing.', Spoon::get('my_custom_value'));
2323
}
2424

spoon/tests/file/SpoonFileTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testDownload()
2929

3030
public function testDownloadFailure()
3131
{
32-
$this->expectException(SpoonFileException::class);
32+
$this->expectException(SpoonFileException::class);
3333
SpoonFile::download($this->nonExistingUrl, $this->destinationFile);
3434
}
3535
}

0 commit comments

Comments
 (0)