stronk7

Untitled

May 5th, 2021 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. $ ../moodle/local/codechecker/phpcs/bin/phpcs --standard=../moodle/local/codechecker/moodle admin/tool/brickfield blocks/accessreview
  2.  
  3. FILE: /Users/stronk7/git_moodle/integration/admin/tool/brickfield/index.php
  4. --------------------------------------------------------------------------------
  5. FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
  6. --------------------------------------------------------------------------------
  7. 61 | WARNING | Function print_error() has been deprecated; use throw new
  8. | | moodle_exception() (using lang strings only if meant to be
  9. | | shown to final user)() instead
  10. 104 | WARNING | Function print_error() has been deprecated; use throw new
  11. | | moodle_exception() (using lang strings only if meant to be
  12. | | shown to final user)() instead
  13. --------------------------------------------------------------------------------
  14.  
  15.  
  16. FILE: ...nk7/git_moodle/integration/admin/tool/brickfield/classes/accessibility.php
  17. --------------------------------------------------------------------------------
  18. FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
  19. --------------------------------------------------------------------------------
  20. 66 | WARNING | Function print_error() has been deprecated; use throw new
  21. | | moodle_exception() (using lang strings only if meant to be
  22. | | shown to final user)() instead
  23. 223 | WARNING | Declaring a required parameter after an optional one is
  24. | | deprecated since PHP 8.0. Parameter $html is optional, while
  25. | | parameter $contentid is required.
  26. 223 | WARNING | Declaring a required parameter after an optional one is
  27. | | deprecated since PHP 8.0. Parameter $html is optional, while
  28. | | parameter $processingtime is required.
  29. 223 | WARNING | Declaring a required parameter after an optional one is
  30. | | deprecated since PHP 8.0. Parameter $html is optional, while
  31. | | parameter $resultstime is required.
  32. --------------------------------------------------------------------------------
  33.  
  34.  
  35. FILE: .../git_moodle/integration/admin/tool/brickfield/classes/local/tool/bfpdf.php
  36. --------------------------------------------------------------------------------
  37. FOUND 1 ERROR AFFECTING 1 LINE
  38. --------------------------------------------------------------------------------
  39. 45 | ERROR | Public method name "bfpdf::Footer" must be in lower-case letters
  40. | | only
  41. --------------------------------------------------------------------------------
  42.  
  43. Time: 13.56 secs; Memory: 20MB
Add Comment
Please, Sign In to add comment