Test Setup Failed
Push — master ( 463f80...c01e84 )
by Gabriel
04:52
created
src/_support/Helper/Traits/BrowserTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return mixed
53
+     * @return string
54 54
      * @throws \Codeception\Exception\ModuleException
55 55
      */
56 56
     public function getCurrentUri()
Please login to merge, or discard this patch.
src/_support/Page/AbstractTraits/FormTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ByTIC\Codeception\Page\AbstractTraits;
4 4
 
5 5
 use ByTIC\Codeception\Helper\AcceptanceTrait;
6
-use Codeception\Template\Acceptance;
7 6
 
8 7
 /**
9 8
  * Class FormTrait
Please login to merge, or discard this patch.