Skip to content

Commit 9a3157b

Browse files
ldawkesdunglas
authored andcommitted
Add PHPDoc to update return type of inherited getCrawler method (symfony#101)
* Add PHPDoc to update return type of inherited method * PHP 7.2 linting issue fix
1 parent 1f7088e commit 9a3157b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
/**
3737
* @author Kévin Dunglas <dunglas@gmail.com>
38+
*
39+
* @method Crawler getCrawler()
3840
*/
3941
final class Client extends BaseClient implements WebDriver
4042
{

0 commit comments

Comments
 (0)