Skip to content

Commit 26ef095

Browse files
committed
fix: update copyright information and license details in db and application files
1 parent 38b3ac0 commit 26ef095

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

src/bravedave/dvc/sqlite/db.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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

117
namespace 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;

tests/app/application.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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

117
class application extends bravedave\dvc\application {

0 commit comments

Comments
 (0)