Showing 910 of 910 total issues
Reference to undeclared property \ELearn_Lesson->id
Open
Open
if ($this->id == '') {
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_PartHistory extends Pluf_Model
- Exclude checks
Reference to undeclared property \ELearn_PartHistory->id
Open
Open
if ($this->id == '') {
- Exclude checks
Saw unextractable annotation for comment '* @param'
Open
Open
* @param
- Exclude checks
Call to method Q
from undeclared class \Pluf_SQL
Open
Open
$sqlor->Q($field . ' LIKE %s', '%' . $key . '%');
- Exclude checks
Saw a token Phan may have failed to parse after '* @return Array.':
after Array,
saw '.'
Open
Open
* @return Array.
- Exclude checks
Reference to undeclared class \Pluf_Form_Model
Open
Open
parent::initFields($extra);
- Exclude checks
Returning type null
but filter()
is declared to return string
Open
Open
return $this->where_clause;
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
- Exclude checks
Call to method f
from undeclared class \Pluf
Open
Open
'max_size' => Pluf::f('upload_max_size', 2097152),
- Exclude checks
Call to method configure
from undeclared class \Pluf_Paginator
Open
Open
$paginator->configure(array(), $search_fields, $sort_fields);
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->model
Open
Open
if (strcmp($name, $this->model->name) === 0) {
- Exclude checks
Reference to undeclared property \ELearn_Topic->modif_dtime
Open
Open
$this->modif_dtime = gmdate('Y-m-d H:i:s');
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
- Exclude checks
Reference to undeclared property \ELearn_Part->id
Open
Open
if ($this->id == '') {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Course with id (' . $course->id . ') does not exist in topic with id (' . $topic->id . ')');
- Exclude checks
Call to method loadFunction
from undeclared class \Pluf
Open
Open
Pluf::loadFunction('Pluf_Shortcuts_GetObjectOr404');
- Exclude checks
Call to method getMimeType
from undeclared class \Pluf_FileUtil
Open
Open
$fileInfo = Pluf_FileUtil::getMimeType($this->file_name);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$lessonId = $request->REQUEST['lesson'];
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function find($request, $match)
- Exclude checks