Completed
Push — master ( 4eaa1e...a0d198 )
by Miro
04:58
created
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Fetches GithubCommit status.
130 130
      *
131
-     * @param $commitSha
131
+     * @param string $commitSha
132 132
      *
133 133
      * @return array
134 134
      */
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Fetches list of GithubCommit statuses.
147 147
      *
148
-     * @param $commitSha
148
+     * @param string $commitSha
149 149
      *
150 150
      * @return array
151 151
      */
Please login to merge, or discard this patch.