We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff3bd77 + 6ba2f5d commit e3a95beCopy full SHA for e3a95be
ObjectiveGit/GTIndexEntry.h
@@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
80
/// error - will be filled if an error occurs
81
///
82
/// Returns this entry as a GTObject or nil if an error occurred.
83
-- (GTObject *)GTObject:(NSError **)error;
+- (nullable GTObject *)GTObject:(NSError **)error;
84
85
@end
86
0 commit comments