Completed
Push — master ( 17cb4e...7e7a1b )
by Michael
01:17
created
src/Tasks/ImportInstagramPostsTask.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         }
49 49
     }
50 50
 
51
+    /**
52
+     * @param \InstagramScraper\Model\Media $instagramMedia
53
+     */
51 54
     public function importInstagramPost($instagramMedia)
52 55
     {
53 56
         $shortCode = $instagramMedia->getShortCode();
Please login to merge, or discard this patch.