Passed
Pull Request — master (#9)
by mon
02:42
created
src/MapHandler.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,10 +34,8 @@
 block discarded – undo
34 34
     /**
35 35
      * Returns the map instance.
36 36
      *
37
-     * @param string $map
38
-     *   (Optional) The map FQCN to be used. If null, the default map will be
39
-     *   used.
40 37
      *
38
+     * @param string $map_class
41 39
      * @return string
42 40
      */
43 41
     public static function map($map_class = null)
Please login to merge, or discard this patch.
src/MapUpdater.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @throws \RuntimeException if file I/O error occurs.
43 43
      *
44
-     * @return MapHandler
44
+     * @return string
45 45
      *   The map handler with the new map.
46 46
      */
47 47
     public function createMapFromSourceFile($source_file = MapUpdater::DEFAULT_SOURCE_FILE)
Please login to merge, or discard this patch.