Skip to content

Commit

Permalink
stubs: Add stubs to pass lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
protich committed Oct 25, 2023
1 parent 9d0ba87 commit 895c723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/test/tests/stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function select_db() {}
function set_charset() {}
function autocommit() {}
function rollback() {}
function ping() {}
}

class mysqli_stmt {
Expand Down Expand Up @@ -188,6 +189,10 @@ function setStrength() {}
function compare() {}
}

class Aws {
function createRoute53() {}
}

class Aws_Route53_Client {
function changeResourceRecordSets() {}
}
Expand Down

0 comments on commit 895c723

Please sign in to comment.