File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3030 run : phpcs src/ tests/
3131
3232 - name : Static analysis
33- run : phpstan analyze src/ tests/
33+ run : phpstan analyze --level=5 src/ tests/
3434
3535 - name : Run tests
3636 run : ./vendor/bin/phpunit tests/
Original file line number Diff line number Diff line change 22
33namespace Codeception \Lib \Interfaces ;
44
5- use Symfony \Component \DomCrawler \Crawler ;
6-
75interface ElementLocator
86{
97 /**
@@ -27,7 +25,6 @@ interface ElementLocator
2725 * WebDriver module returns `Facebook\WebDriver\Remote\RemoteWebElement` instances
2826 * PhpBrowser and Framework modules return `Symfony\Component\DomCrawler\Crawler` instances
2927 *
30- * @return Crawler|array of interactive elements
3128 * @api
3229 */
3330 public function _findElements (mixed $ locator ): iterable ;
You can’t perform that action at this time.
0 commit comments