Completed
Push — master ( 25d723...d82c34 )
by Tim
26:08 queued 11:07
created
Classes/DataSet.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * Get the TCA information of the given data sets.
58 58
      *
59 59
      * @param $implementations
60
-     * @param $table
60
+     * @param string $table
61 61
      *
62 62
      * @return array
63 63
      */
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Get the SQL information of the given data sets.
79 79
      *
80
-     * @param $table
80
+     * @param string $table
81 81
      *
82 82
      * @return array
83 83
      */
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * Get the SQL Key information of the given data sets.
98 98
      *
99 99
      * @param $implementations
100
-     * @param $table
100
+     * @param string $table
101 101
      *
102 102
      * @return array
103 103
      */
Please login to merge, or discard this patch.