Skip to content

Commit

Permalink
Adding @throws to silence phpstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Sep 20, 2018
1 parent 939678a commit e076b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/ContentTypeNTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class ContentTypeNTest extends TestCase
/**
* Added for issue 88
* @see https://github.com/carbontwelve/tapestry/issues/88
* @throws \Exception
*/
public function testAddSourceMutatesFileDataWithContentTypeName()
{
Expand All @@ -29,6 +30,8 @@ public function testAddSourceMutatesFileDataWithContentTypeName()
/**
* Added for issue 87
* @see https://github.com/carbontwelve/tapestry/issues/87
* @throws \Tapestry\Exceptions\GraphException
* @throws \Exception
*/
public function testContentTypeFactoryArrayAccessByKey()
{
Expand Down

0 comments on commit e076b20

Please sign in to comment.