Completed
Push — master ( 58043b...413e7c )
by Sergi Tur
06:39
created
src/Http/Controllers/UsersMigrationController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
     /**
168 168
      * Get users to migrate by request.
169 169
      *
170
-     * @param $request
170
+     * @param UsersMigrationRequest $request
171 171
      * @return \Illuminate\Database\Eloquent\Collection|void|static[]
172 172
      */
173 173
     protected function usersToMigrateByRequest($request)
Please login to merge, or discard this patch.
src/Services/UserMigrations.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,8 @@
 block discarded – undo
117 117
      * Finish migration batch.
118 118
      *
119 119
      * @param ProgressBatch $batch
120
-     * @param $migratedUsers
121
-     * @param $errorUsers
120
+     * @param integer $migratedUsers
121
+     * @param integer $errorUsers
122 122
      */
123 123
     protected function finishMigrationBatch(ProgressBatch $batch , $migratedUsers, $errorUsers)
124 124
     {
Please login to merge, or discard this patch.