Completed
Push — master ( b991b0...0f93a7 )
by Tyler
10:35 queued 09:22
created
src/Models/Viddler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
         return $this->file;
86 86
     }
87 87
 
88
+    /**
89
+     * @param string $status
90
+     */
88 91
     public function updateStatusTo($status)
89 92
     {
90 93
         $this->file->moveTo($status);
Please login to merge, or discard this patch.