Completed
Pull Request — master (#10)
by Edgard
15:15
created
src/QueryBuilder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@  discard block
 block discarded – undo
75 75
         return $request;
76 76
     }
77 77
 
78
+    /**
79
+     * @param string $action
80
+     */
78 81
     public function buildMethod(Request $request, $action, $params = [])
79 82
     {
80 83
         static $defaultMethods = [
@@ -109,6 +112,9 @@  discard block
 block discarded – undo
109 112
         return $request;
110 113
     }
111 114
 
115
+    /**
116
+     * @param string $count
117
+     */
112 118
     public function buildCount(Request $request, $count, $params = [])
113 119
     {
114 120
         if ($count) {
Please login to merge, or discard this patch.