Completed
Push — master ( bc1570...613786 )
by Andrii
02:55
created
src/widgets/Markdown.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
         return $this->source ?: $this->readFile($this->file);
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $file
51
+     */
49 52
     protected function readFile($file)
50 53
     {
51 54
         return file_get_contents($this->app->getAlias($file));
Please login to merge, or discard this patch.