Completed
Push — 1.3 ( 6e6feb...de8dca )
by David
02:48
created
src/Commands/RunCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
      *
237 237
      * @param Client $client
238 238
      * @param Project $project
239
-     * @param $commitRef
239
+     * @param string $commitRef
240 240
      * @return int|null
241 241
      */
242 242
     private function getCommiterId(Client $client, Project $project, $commitRef)
Please login to merge, or discard this patch.
src/Gitlab/BuildService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * @param string $projectName
69 69
      * @param string $commitId
70 70
      * @param int $numIter
71
-     * @return array
71
+     * @return string
72 72
      * @throws BuildNotFoundException
73 73
      */
74 74
     public function getLatestBuildFromCommitId(string $projectName, string $commitId, int $numIter = 0) : array
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * @param string $projectName
103 103
      * @param string $branchName
104
-     * @return array
104
+     * @return string
105 105
      * @throws BuildNotFoundException
106 106
      */
107 107
     public function getLatestBuildFromBranch(string $projectName, string $branchName) : array
Please login to merge, or discard this patch.