Completed
Pull Request — master (#114)
by Bart
12:35
created
src/ConsoleCommands/ExportCommand.php 1 patch
Doc Comments   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * {@inheritdoc}
30 30
      *
31
-     * @return array
31
+     * @return string[]
32 32
      */
33 33
     public function options($actionID)
34 34
     {
@@ -38,8 +38,6 @@  discard block
 block discarded – undo
38 38
     /**
39 39
      * Exports the Craft datamodel.
40 40
      *
41
-     * @param string $file    file to write the schema to
42
-     * @param array  $exclude Data to not export
43 41
      *
44 42
      * @return int
45 43
      */
@@ -67,9 +65,8 @@  discard block
 block discarded – undo
67 65
      * Export to Yaml file.
68 66
      *
69 67
      * @param string $file
70
-     * @param bool   $autoCreate
71 68
      *
72
-     * @return Result
69
+     * @return boolean
73 70
      */
74 71
     public function exportToYaml($file, $dataTypes)
75 72
     {
Please login to merge, or discard this patch.
src/Services/UserGroups.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Get group definition.
43 43
      *
44
-     * @param UserGroupModel $group
45 44
      *
46 45
      * @return array
47 46
      */
@@ -55,7 +54,7 @@  discard block
 block discarded – undo
55 54
     /**
56 55
      * Get group permissions.
57 56
      *
58
-     * @param $group
57
+     * @param Model $group
59 58
      *
60 59
      * @return array|string
61 60
      */
Please login to merge, or discard this patch.