Skip to content

Commit 3cb9e32

Browse files
committed
Fix nullability specifiers.
1 parent 5003eaf commit 3cb9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SPDatabaseAction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
*
7171
* @return YES on success, otherwise NO
7272
*/
73-
- (BOOL)createDatabase:(NSString * _Nonnull)database withEncoding:(NSString * _Nonnull)encoding collation:(NSString * _Nonnull)collation;
73+
- (BOOL)createDatabase:(NSString * _Nonnull)database withEncoding:(NSString * _Nullable)encoding collation:(NSString * _Nullable)collation;
7474

7575
@end

0 commit comments

Comments
 (0)