Completed
Pull Request — master (#8)
by Miro
02:49
created
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     /**
136 136
      * Fetches GithubCommit status.
137 137
      *
138
-     * @param $commitSha
138
+     * @param string $commitSha
139 139
      *
140 140
      * @return array
141 141
      */
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * Fetches list of GithubCommit statuses.
154 154
      *
155
-     * @param $commitSha
155
+     * @param string $commitSha
156 156
      *
157 157
      * @return array
158 158
      */
Please login to merge, or discard this patch.