Completed
Pull Request — master (#2680)
by
unknown
06:27
created
src/Kunstmaan/MediaBundle/Helper/MediaManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     /**
73 73
      * Returns handler with the highest priority to handle the Media item which can handle the item. If no handler is found, it returns FileHandler
74 74
      *
75
-     * @param Media|File $media
75
+     * @param Media $media
76 76
      *
77 77
      * @return AbstractMediaHandler
78 78
      */
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @param mixed $data
151
+     * @param \PHPUnit\Framework\MockObject\MockObject $data
152 152
      *
153 153
      * @return mixed
154 154
      */
Please login to merge, or discard this patch.