@@ -423,7 +423,7 @@ public function _parts()
423
423
* Requires the `user` component to be enabled and configured.
424
424
*
425
425
* @param $user
426
- * @throws ModuleException
426
+ * @throws \Codeception\Exception\ ModuleException
427
427
*/
428
428
public function amLoggedInAs ($ user )
429
429
{
@@ -521,7 +521,7 @@ function ($fixturesStore) {
521
521
*
522
522
* @param $name
523
523
* @return mixed
524
- * @throws ModuleException if the fixture is not found
524
+ * @throws \Codeception\Exception\ ModuleException if the fixture is not found
525
525
* @part fixtures
526
526
*/
527
527
public function grabFixture ($ name , $ index = null )
@@ -714,7 +714,7 @@ protected function clientRequest($method, $uri, array $parameters = [], array $f
714
714
*
715
715
* @param $component
716
716
* @return mixed
717
- * @throws ModuleException
717
+ * @throws \Codeception\Exception\ ModuleException
718
718
* @deprecated in your tests you can use \Yii::$app directly.
719
719
*/
720
720
public function grabComponent ($ component )
@@ -739,7 +739,7 @@ public function grabComponent($component)
739
739
* ```
740
740
*
741
741
* @param int $num
742
- * @throws ModuleException
742
+ * @throws \Codeception\Exception\ ModuleException
743
743
* @part email
744
744
*/
745
745
public function seeEmailIsSent ($ num = null )
@@ -775,7 +775,7 @@ public function dontSeeEmailIsSent()
775
775
*
776
776
* @part email
777
777
* @return array
778
- * @throws ModuleException
778
+ * @throws \Codeception\Exception\ ModuleException
779
779
*/
780
780
public function grabSentEmails ()
781
781
{
@@ -826,7 +826,7 @@ private function defineConstants()
826
826
/**
827
827
* Sets a cookie and, if validation is enabled, signs it.
828
828
* @param string $name The name of the cookie
829
- * @param string $value The value of the cookie
829
+ * @param string $val The value of the cookie
830
830
* @param array $params Additional cookie params like `domain`, `path`, `expires` and `secure`.
831
831
*/
832
832
public function setCookie ($ name , $ val , array $ params = [])
0 commit comments