We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15fa9e commit 1d98c36Copy full SHA for 1d98c36
FirebaseAuth/Sources/Auth/FIRAuthSettings.m
@@ -28,7 +28,7 @@ - (instancetype)init {
28
return self;
29
}
30
31
-- (instancetype)copyWithZone:(NSZone *__unused)zone {
+- (instancetype)copyWithZone:(NSZone *__unused _Nullable)zone {
32
// Auth settings are mutable, so always return a copy.
33
FIRAuthSettings *newSettings = [[FIRAuthSettings alloc] init];
34
newSettings.appVerificationDisabledForTesting = self.isAppVerificationDisabledForTesting;
0 commit comments