Showing 910 of 910 total issues

Whitespace found at end of line
Open

     * @param array $match            
Severity: Minor
Found in src/ELearn/Views/Part.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (isset($request->REQUEST['lesson'])) {
Severity: Minor
Found in src/ELearn/Views/Part.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

        ));
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                'more than one Part exist with the name $s', $name));
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Opening brace should be on a new line
Open

function ELearn_Shortcuts_FindAll($model, $filter, $sort){
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Whitespace found at end of line
Open

 * 
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (isset($request->REQUEST['course'])) {
Severity: Minor
Found in src/ELearn/Views/Lesson.php by phpcodesniffer

Class name "ELearn_Topic" is not in camel caps format
Open

class ELearn_Topic extends Pluf_Model
Severity: Minor
Found in src/ELearn/Topic.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/ELearn/Views.php by phpcodesniffer

Class name "ELearn_Views_Course" is not in camel caps format
Open

class ELearn_Views_Course
Severity: Minor
Found in src/ELearn/Views/Course.php by phpcodesniffer

Whitespace found at end of line
Open

     * @param Pluf_HTTP_Request $request            
Severity: Minor
Found in src/ELearn/Views/Course.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (isset($request->REQUEST['courseId'])) {
Severity: Minor
Found in src/ELearn/Views/Lesson.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (isset($request->REQUEST['lessonId'])) {
Severity: Minor
Found in src/ELearn/Views/Part.php by phpcodesniffer

Whitespace found at end of line
Open

     * @param array $match            
Severity: Minor
Found in src/ELearn/Views/Part.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Whitespace found at end of line
Open

     * @param array $match            
Severity: Minor
Found in src/ELearn/Views/Course.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/ELearn/Views/Topic.php by phpcodesniffer

Whitespace found at end of line
Open

 * 
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 16
Open

                'more than one Part exist with the name $s', $name));
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

        ));
Severity: Minor
Found in src/ELearn/Shortcuts.php by phpcodesniffer
Severity
Category
Status
Source
Language