Completed
Pull Request — master (#54)
by Michael
03:16
created
src/FileLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * Process file bag to load into the data manager.
103 103
      * A file bag is an array of SplFileInfo objects.
104 104
      *
105
-     * @param array|FileBag $fileBag
105
+     * @param FileBag $fileBag
106 106
      * @param bool $ns
107 107
      * @param bool $strict
108 108
      * @return array
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      * Default decoder class factory method.
180 180
      * Checks to make sure we have a default decoder available and if so, adds it as a decoder to the file loader.
181 181
      *
182
-     * @param $mimeType
182
+     * @param string $mimeType
183 183
      */
184 184
     protected function checkAndAddDefaultDecoder($mimeType)
185 185
     {
Please login to merge, or discard this patch.