Completed
Pull Request — master (#13)
by Alexander
02:09
created
src/data/Mysql.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -133,6 +133,9 @@
 block discarded – undo
133 133
         return join(", ", $out);
134 134
     }
135 135
 
136
+    /**
137
+     * @param \PDOStatement $stmt
138
+     */
136 139
     private function bindPaginationToStatement(array $options, $stmt): void
137 140
     {
138 141
         if (array_key_exists('limit', $options)) {
Please login to merge, or discard this patch.