We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968396a commit 6ba2f5dCopy full SHA for 6ba2f5d
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