AppStateESS/InternshipInventory

View on GitHub
class/DataProvider/Student/StudentDataProvider.php

Summary

Maintainability
A
0 mins
Test Coverage

Saw possibly unextractable annotation for a fragment of comment '* @param string term': after string, did not see an element name (will guess based on comment order)
Open

     * @param string term

Saw possibly unextractable annotation for a fragment of comment '* @param string facultyId': after string, did not see an element name (will guess based on comment order)
Open

     * @param string facultyId

Saw possibly unextractable annotation for a fragment of comment '* @param string studentId': after string, did not see an element name (will guess based on comment order)
Open

     * @param string studentId

Return type of getStudent() is undeclared type \Intern\DataProvider\Student\Intern\Student (Did you mean class \Intern\Student)
Open

    public abstract function getStudent($studentId);

Return type of getFacultyMember() is undeclared type \Intern\DataProvider\Student\stdClass (Did you mean class \stdClass)
Open

    public abstract function getFacultyMember($facultyId);

Saw possibly unextractable annotation for a fragment of comment '* @param string StudentId': after string, did not see an element name (will guess based on comment order)
Open

     * @param string StudentId

There are no issues that match your filters.

Category
Status