File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ NS_ASSUME_NONNULL_BEGIN
117117// / error - The error if one occurred.
118118// /
119119// / Returns the updated submodule or nil if an error occurred.
120- - (GTSubmodule *)submoduleByUpdatingIgnoreRule : (GTSubmoduleIgnoreRule)ignoreRule error : (NSError **)error ;
120+ - (nullable GTSubmodule *)submoduleByUpdatingIgnoreRule : (GTSubmoduleIgnoreRule)ignoreRule error : (NSError **)error ;
121121
122122// / Synchronizes the submodule repository's configuration files with the settings
123123// / from the parent repository.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ - (BOOL)sync:(NSError **)error {
139139 return YES ;
140140}
141141
142- - (GTRepository *)submoduleRepository : (NSError **)error {
142+ - (nullable GTRepository *)submoduleRepository : (NSError **)error {
143143 git_repository *repo;
144144 int gitError = git_submodule_open (&repo, self.git_submodule );
145145 if (gitError != GIT_OK) {
You can’t perform that action at this time.
0 commit comments