Skip to content

Commit 0012fe3

Browse files
committed
docs: remove uneeded @throws
1 parent 66e3804 commit 0012fe3

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

system/Test/FeatureTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ public function skipEvents()
148148
* instance that can be used to run many assertions against.
149149
*
150150
* @return FeatureResponse
151-
*
152-
* @throws Exception
153-
* @throws RedirectException
154151
*/
155152
public function call(string $method, string $path, ?array $params = null)
156153
{

system/Test/FeatureTestTrait.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ public function skipEvents()
138138
* instance that can be used to run many assertions against.
139139
*
140140
* @return TestResponse
141-
*
142-
* @throws RedirectException
143-
* @throws Exception
144141
*/
145142
public function call(string $method, string $path, ?array $params = null)
146143
{

0 commit comments

Comments
 (0)