@@ -10,11 +10,11 @@ discard block |
||
10 | 10 | |
11 | 11 | interface InterfaceBaseClass { |
12 | 12 | |
13 | - /** |
|
14 | - * This method gets all the record from a particular table |
|
15 | - * @params void |
|
16 | - * @return associative array |
|
17 | - */ |
|
13 | + /** |
|
14 | + * This method gets all the record from a particular table |
|
15 | + * @params void |
|
16 | + * @return associative array |
|
17 | + */ |
|
18 | 18 | public static function getAll(); |
19 | 19 | |
20 | 20 | /** |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | * @params int $id |
30 | 30 | * @return boolean true or false |
31 | 31 | */ |
32 | - public static function destroy($id); |
|
32 | + public static function destroy($id); |
|
33 | 33 | |
34 | 34 | /** |
35 | 35 | * This method find a record by id |