Completed
Pull Request — master (#6)
by Todd
01:27
created
src/DatasetInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
71 71
      * Set the sort order.
72 72
      *
73 73
      * @param string ...$columns The column names to sort by, optionally prefixed with "-" to denote descending order.
74
+     * @param string[] $columns
74 75
      * @return $this
75 76
      */
76 77
     public function setOrder(string ...$columns);
Please login to merge, or discard this patch.