Completed
Push — master ( 55a755...423a9a )
by Maxime
03:58
created
src/Distilleries/Contentful/Commands/Sync/SyncFlatten.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -199,6 +199,7 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * Update progress from other threads.
201 201
      *
202
+     * @param ProgressBar $bar
202 203
      * @return void
203 204
      */
204 205
     protected function updateFromOtherThread($bar)
@@ -209,6 +210,7 @@  discard block
 block discarded – undo
209 210
     /**
210 211
      * Get current release.
211 212
      *
213
+     * @return Release
212 214
      */
213 215
     protected function getCurrentRelease(Release $release)
214 216
     {
Please login to merge, or discard this patch.
src/Distilleries/Contentful/Commands/Sync/Traits/SyncTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
4 4
 
5 5
 trait SyncTrait
6 6
 {
7
+    /**
8
+     * @param string $string
9
+     */
7 10
     abstract  public function warn($string, $verbosity = null);
8 11
 
9 12
     /**
Please login to merge, or discard this patch.