Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix nullability specifiers.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Source/SPDatabaseAction.h
|
@@ -70,6 +70,6 @@ |
|
|
* |
|
|
* @return YES on success, otherwise NO |
|
|
*/ |
|
|
- (BOOL)createDatabase:(NSString * _Nonnull)database withEncoding:(NSString * _Nonnull)encoding collation:(NSString * _Nonnull)collation; |
|
|
- (BOOL)createDatabase:(NSString * _Nonnull)database withEncoding:(NSString * _Nullable)encoding collation:(NSString * _Nullable)collation; |
|
|
|
|
|
@end |