Skip to content
Snippets Groups Projects
Commit 3c0f9bcd authored by xamgore's avatar xamgore
Browse files

Specified parameter type (improves code analysis)

parent acc1ad53
Branches
Tags
No related merge requests found
......@@ -198,7 +198,7 @@ class Controller_Teacher_Discipline extends Controller_UserEnvi {
return $mapHandled;
}
public function GetDisciplineInfo($db, $id)
public function GetDisciplineInfo(Model_Teacher_Map $db, $id)
{
$info = $db->getDisciplineInfoByID($id);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment