Completed
Push — master ( 8cee11...816042 )
by Vladimir
02:17
created
src/allejo/stakx/Server/MimeDetector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -783,6 +783,9 @@
 block discarded – undo
783 783
         'zmm' => 'application/vnd.handheld-entertainment+xml',
784 784
     ];
785 785
 
786
+    /**
787
+     * @return \allejo\stakx\Document\StaticPageView
788
+     */
786 789
     public static function getMimeType($extension)
787 790
     {
788 791
         return isset(self::$mimes[$extension]) ? self::$mimes[$extension] : null;
Please login to merge, or discard this patch.