Completed
Push — master ( 5237e6...edf8cc )
by Miro
05:53
created
src/Repo/Commit/Converter/GithubCommitConvertTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * @param array $data
37 37
      *
38
-     * @return GithubUserSource
38
+     * @return GithubCommitAuthor
39 39
      */
40 40
     protected function getAuthor(array $data)
41 41
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * @param array $data
54 54
      *
55
-     * @return GithubUserSource
55
+     * @return GithubCommitCommitter
56 56
      */
57 57
     protected function getCommitter(array $data)
58 58
     {
Please login to merge, or discard this patch.