@@ -6,5 +6,5 @@ |
||
| 6 | 6 | |
| 7 | 7 | class User |
| 8 | 8 | { |
| 9 | - use Model; |
|
| 9 | + use Model; |
|
| 10 | 10 | } |
| 11 | 11 | \ No newline at end of file |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | * |
| 124 | 124 | * @param int $number Specifies which model instance to find; the 1st, 2nd, 3rd, ..... |
| 125 | 125 | * |
| 126 | - * @return array Returns the particular instance of the model. |
|
| 126 | + * @return Model Returns the particular instance of the model. |
|
| 127 | 127 | */ |
| 128 | 128 | public static function find($number) |
| 129 | 129 | { |
@@ -206,7 +206,7 @@ discard block |
||
| 206 | 206 | /** |
| 207 | 207 | * Sets the model's connection. |
| 208 | 208 | * |
| 209 | - * @param Opeyemiabiodun\PotatoORM\Connections\Connection $connection An instance of Opeyemiabiodun\PotatoORM\Connections\Connection. |
|
| 209 | + * @param Connection $connection An instance of Opeyemiabiodun\PotatoORM\Connections\Connection. |
|
| 210 | 210 | */ |
| 211 | 211 | protected function setConnection(Connection $connection) |
| 212 | 212 | { |