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 4060802 commit d70d7f4Copy full SHA for d70d7f4
ObjectiveGit/GTIndexEntry.h
@@ -52,7 +52,7 @@ NS_ASSUME_NONNULL_BEGIN
52
/// error - will be filled if an error occurs
53
///
54
/// Returns the initialized object.
55
-- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry index:(GTIndex *)index error:(NSError **)error NS_DESIGNATED_INITIALIZER;
+- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry index:(nullable GTIndex *)index error:(NSError **)error NS_DESIGNATED_INITIALIZER;
56
- (instancetype)initWithGitIndexEntry:(const git_index_entry *)entry;
57
58
/// The underlying `git_index_entry` object.
0 commit comments