Skip to content

Commit c6031a7

Browse files
committed
Fix docblock typehint
1 parent 6ae055f commit c6031a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Assert/LazyAssertion.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public function tryAll()
158158
}
159159

160160
/**
161-
* @param $method
162-
* @param $args
161+
* @param string $method
162+
* @param array $args
163163
*
164164
* @return static
165165
*/

0 commit comments

Comments
 (0)