Skip to content

Commit e3a95be

Browse files
authored
Merge pull request #624 from Uncommon/nullableGTObject
GTObject method should be nullable
2 parents ff3bd77 + 6ba2f5d commit e3a95be

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)