Skip to content

Commit 34b303c

Browse files
authored
fix: add nullable signature (#979)
1 parent a49a485 commit 34b303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebDriverAgentLib/Categories/XCUIElement+FBResolve.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
3131
@return Either the same element instance if `fb_isResolvedNatively` was set to NO (usually the cache for elements
3232
matched by xpath locators) or the stable instance of the self element based on the query by element's UUID.
3333
*/
34-
- (XCUIElement *)fb_stableInstanceWithUid:(NSString *)uid;
34+
- (XCUIElement *)fb_stableInstanceWithUid:(NSString *__nullable)uid;
3535

3636
@end
3737

0 commit comments

Comments
 (0)