Completed
Push — master ( 7d78d5...aa55a8 )
by Andrii
08:35
created
src/widgets/FileRender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -138,6 +138,9 @@
 block discarded – undo
138 138
         return FileHelper::getMimeType($path);
139 139
     }
140 140
 
141
+    /**
142
+     * @return string
143
+     */
141 144
     private function getExtIcon($ext)
142 145
     {
143 146
         $default = '<div><i class="fa fa-file-text-o fa-2x"></i></div>';
Please login to merge, or discard this patch.