Completed
Pull Request — master (#8)
by Miro
03:15
created
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Fetches GithubCommit details.
105 105
      *
106
-     * @param $commitSha
106
+     * @param string $commitSha
107 107
      *
108 108
      * @return array
109 109
      */
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Fetches GithubCommit status.
122 122
      *
123
-     * @param $commitSha
123
+     * @param string $commitSha
124 124
      *
125 125
      * @return array
126 126
      */
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     /**
138 138
      * Fetches list of GithubCommit statuses.
139 139
      *
140
-     * @param $commitSha
140
+     * @param string $commitSha
141 141
      *
142 142
      * @return array
143 143
      */
Please login to merge, or discard this patch.