Completed
Push — master ( 1768c8...189bb6 )
by Matthew
03:41
created
src/QueryObjects/QueryObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * in the array and added to.
55 55
      * e.g. $queryObject->addSelect('COUNT(ResultID) AS COUNT');
56 56
      *
57
-     * @param string $string
57
+     * @param string $array
58 58
      */
59 59
     public function addSelect($array)
60 60
     {
Please login to merge, or discard this patch.