Completed
Pull Request — 2.x (#1357)
by
unknown
02:34 queued 01:01
created
Binary/Loader/FlysystemV2Loader.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -67,6 +67,11 @@
 block discarded – undo
67 67
         }
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $mimeType
72
+     *
73
+     * @return string|null
74
+     */
70 75
     private function getExtension(?string $mimeType): ?string
71 76
     {
72 77
         if ($this->extensionGuesser instanceof DeprecatedExtensionGuesserInterface) {
Please login to merge, or discard this patch.