Completed
Push — master ( a8f6cd...a14bb3 )
by WEBEWEB
04:19
created
API/DataTablesRequest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * Get a column.
87 87
      *
88 88
      * @param string $data The column data.
89
-     * @return array Returns the column in case of success, null otherwise.
89
+     * @return DataTablesColumn|null Returns the column in case of success, null otherwise.
90 90
      */
91 91
     public function getColumn($data) {
92 92
         foreach ($this->columns as $current) {
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     /**
137 137
      * Get the search.
138 138
      *
139
-     * @return DatTablesSearch Returns the search.
139
+     * @return DataTablesSearch Returns the search.
140 140
      */
141 141
     public function getSearch() {
142 142
         return $this->search;
Please login to merge, or discard this patch.