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