Completed
Push — master ( edf8cc...f83cc8 )
by Miro
02:37
created
tests/Repo/SimpleRepoFacadeTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     }
194 194
 
195 195
     /**
196
-     * @param $wrapped
196
+     * @param m\MockInterface $wrapped
197 197
      *
198 198
      * @return SimpleRepoFacade
199 199
      */
Please login to merge, or discard this patch.
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.