Skip to content

Commit

Permalink
Fix nullability specifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Oct 10, 2018
1 parent 5003eaf commit 3cb9e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPDatabaseAction.h
Expand Up @@ -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

0 comments on commit 3cb9e32

Please sign in to comment.