I was able to fix it, whether or not I did it right is what you'll
have to see Alvaro, here are the edits:
PhpViewRenderer.php
Line 3:
ORIGINAL: class phpViewRenderer {
CHANGES: class phpViewRenderer implements ViewResolver {
Line 17:
ORIGINAL: function getView($controller, $path) {
CHANGES: function getView(Page $controller, $path) {
That seemed to clear that warning and fix the problem.