Skip to content

Commit 5c551ff

Browse files
Fixed phpdoc
1 parent 6036a7c commit 5c551ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gitlab/Model/Project.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,8 @@ public function updateFile(
695695
* @param string $file_path
696696
* @param string $branch_name
697697
* @param string $commit_message
698-
* @param string $author_email
699-
* @param string $author_name
698+
* @param string|null $author_email
699+
* @param string|null $author_name
700700
* @return bool
701701
*/
702702
public function deleteFile($file_path, $branch_name, $commit_message, $author_email = null, $author_name = null)

0 commit comments

Comments
 (0)