@@ -85,7 +85,6 @@ |
||
85 | 85 | /** |
86 | 86 | * Map db field types with classes. |
87 | 87 | * |
88 | - * @param array $map |
|
89 | 88 | * |
90 | 89 | * @return self |
91 | 90 | */ |
@@ -50,8 +50,6 @@ discard block |
||
50 | 50 | /** |
51 | 51 | * Store a row in the cache. |
52 | 52 | * |
53 | - * @param int $id |
|
54 | - * @param Row $Row |
|
55 | 53 | */ |
56 | 54 | public function cache(Row $row) |
57 | 55 | { |
@@ -74,7 +72,7 @@ discard block |
||
74 | 72 | * |
75 | 73 | * @throws SimpleCrudException |
76 | 74 | * |
77 | - * @return Queries\Query|null |
|
75 | + * @return Queries\Query |
|
78 | 76 | */ |
79 | 77 | public function __call($name, $arguments) |
80 | 78 | { |