Completed
Branch master (d9885f)
by Joao
03:12
created
src/Query.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
         return $this;
30 30
     }
31 31
     
32
+    /**
33
+     * @param string $string
34
+     */
32 35
     public function table($string) 
33 36
     {
34 37
         $this->table = $string;
Please login to merge, or discard this patch.
src/Repository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         return null;
66 66
     }
67 67
 
68
+    /**
69
+     * @param string $filter
70
+     */
68 71
     public function getByFilter($filter, $params)
69 72
     {
70 73
         $query = new Query();
Please login to merge, or discard this patch.