Completed
Push — craft2 ( 0860dd...edf544 )
by Bart
01:57
created
src/Services/Schematic.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      *
113 113
      * @param Data         $model
114 114
      * @param bool         $force     if set to true items not in the import will be deleted
115
-     * @param string|array $dataTypes The data types to export
115
+     * @param string $dataTypes The data types to export
116 116
      *
117 117
      * @return Result
118 118
      * @throws Exception
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
     /**
255 255
      * Export data model.
256 256
      *
257
-     * @param string|array $dataTypes The data types to export
257
+     * @param string $dataTypes The data types to export
258 258
      *
259 259
      * @return array
260 260
      *
Please login to merge, or discard this patch.