Completed
Push — master ( fc8c2e...ea6dab )
by Vitaly
02:58
created
src/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      * Perform database request and return different results depending on function arguments.
98 98
      * @see \samson\activerecord\Record
99 99
      * @param array $result External variable to store dabatase request results collection
100
-     * @param integer|bool $rType Amount of arguments passed to parent function
100
+     * @param integer $rType Amount of arguments passed to parent function
101 101
      * @param integer $limit Quantity of records to return
102 102
      * @param callable $handler External callable handler for results modification
103 103
      * @param array $handlerArgs External callable handler arguments
Please login to merge, or discard this patch.