Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ../moodle/local/codechecker/phpcs/bin/phpcs --standard=../moodle/local/codechecker/moodle admin/tool/brickfield blocks/accessreview
- FILE: /Users/stronk7/git_moodle/integration/admin/tool/brickfield/index.php
- --------------------------------------------------------------------------------
- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
- --------------------------------------------------------------------------------
- 61 | WARNING | Function print_error() has been deprecated; use throw new
- | | moodle_exception() (using lang strings only if meant to be
- | | shown to final user)() instead
- 104 | WARNING | Function print_error() has been deprecated; use throw new
- | | moodle_exception() (using lang strings only if meant to be
- | | shown to final user)() instead
- --------------------------------------------------------------------------------
- FILE: ...nk7/git_moodle/integration/admin/tool/brickfield/classes/accessibility.php
- --------------------------------------------------------------------------------
- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
- --------------------------------------------------------------------------------
- 66 | WARNING | Function print_error() has been deprecated; use throw new
- | | moodle_exception() (using lang strings only if meant to be
- | | shown to final user)() instead
- 223 | WARNING | Declaring a required parameter after an optional one is
- | | deprecated since PHP 8.0. Parameter $html is optional, while
- | | parameter $contentid is required.
- 223 | WARNING | Declaring a required parameter after an optional one is
- | | deprecated since PHP 8.0. Parameter $html is optional, while
- | | parameter $processingtime is required.
- 223 | WARNING | Declaring a required parameter after an optional one is
- | | deprecated since PHP 8.0. Parameter $html is optional, while
- | | parameter $resultstime is required.
- --------------------------------------------------------------------------------
- FILE: .../git_moodle/integration/admin/tool/brickfield/classes/local/tool/bfpdf.php
- --------------------------------------------------------------------------------
- FOUND 1 ERROR AFFECTING 1 LINE
- --------------------------------------------------------------------------------
- 45 | ERROR | Public method name "bfpdf::Footer" must be in lower-case letters
- | | only
- --------------------------------------------------------------------------------
- Time: 13.56 secs; Memory: 20MB
Add Comment
Please, Sign In to add comment