We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc2722 commit 2166c25Copy full SHA for 2166c25
ObjectiveGit/GTIndexEntry.h
@@ -86,8 +86,8 @@ NS_ASSUME_NONNULL_BEGIN
86
87
@interface GTObject (GTIndexEntry)
88
89
-+ (instancetype)objectWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
90
-- (instancetype)initWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
++ (nullable instancetype)objectWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
+- (nullable instancetype)initWithIndexEntry:(GTIndexEntry *)treeEntry error:(NSError **)error;
91
92
@end
93
0 commit comments