Skip to content

Commit 6ba2f5d

Browse files
author
David Catmull
committed
GTObject method should be nullable
1 parent 968396a commit 6ba2f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTIndexEntry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
8080
/// error - will be filled if an error occurs
8181
///
8282
/// Returns this entry as a GTObject or nil if an error occurred.
83-
- (GTObject *)GTObject:(NSError **)error;
83+
- (nullable GTObject *)GTObject:(NSError **)error;
8484

8585
@end
8686

0 commit comments

Comments
 (0)