File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11<?php
2- namespace Gt \WebEngine \View ;
2+ namespace GT \WebEngine \View ;
33
44use Psr \Http \Message \StreamInterface ;
55
Original file line number Diff line number Diff line change 11<?php
2- namespace Gt \WebEngine \View ;
2+ namespace GT \WebEngine \View ;
33
44use Gt \Dom \HTMLDocument ;
55
Original file line number Diff line number Diff line change 11<?php
2- namespace Gt \WebEngine \View ;
2+ namespace GT \WebEngine \View ;
33
4+ /**
5+ * This file is just stubbed out for now, and does not need unit tests writing
6+ * for it until the structured object document feature is planned out properly.
7+ */
48class JSONView extends BaseView {
59 public function createViewModel ():JSONDocument {
610 // TODO: Implement createViewModel() method.
Original file line number Diff line number Diff line change 11<?php
2- namespace Gt \WebEngine \View ;
2+ namespace GT \WebEngine \View ;
33
4+ /**
5+ * This file is just stubbed out for now, and does not need unit tests writing
6+ * for it until the structured object document feature is planned out properly.
7+ */
48class NullView extends BaseView {
59 public function createViewModel ():mixed {
610 // TODO: Implement createViewModel() method.
You can’t perform that action at this time.
0 commit comments