File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 11<?php
22/*
3- * David Bray
4- * BrayWorth Pty Ltd
5- * e. david@brayworth.com.au
6- *
7- * MIT License
8- *
3+ * Copyright (c) 2025 David Bray
4+ * Licensed under the MIT License. See LICENSE file for details.
95*/
106
117namespace bravedave \dvc \sqlite ;
@@ -59,7 +55,7 @@ public function __invoke(string $query): ?dbResult {
5955 return $ this ->result ($ query );
6056 }
6157
62- public function dump () {
58+ public function dump () : void {
6359 if ($ tables = $ this ->tables ()) {
6460
6561 $ uID = 0 ;
Original file line number Diff line number Diff line change 11<?php
22/*
3- * David Bray
4- * BrayWorth Pty Ltd
5- * e. david@brayworth.com.au
6- *
7- * MIT License
8- *
3+ * Copyright (c) 2025 David Bray
4+ * Licensed under the MIT License. See LICENSE file for details.
95*/
106
117class application extends bravedave \dvc \application {
You can’t perform that action at this time.
0 commit comments