Skip to content

Commit

Permalink
Merge pull request #49 from WyriHaximus-labs/php-8.2-compatibility
Browse files Browse the repository at this point in the history
PHP 8.2 compatibility
  • Loading branch information
mbonneau authored Aug 15, 2023
2 parents 696b766 + f8af9d0 commit 11dcb5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/PgAsync/Command/Describe.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function __construct(string $name = "")
{
$this->name = $name;
$this->portalOrStatement = 'P';
$this->subject = new Subject();
}

public function encodedMessage(): string
Expand Down
1 change: 0 additions & 1 deletion src/PgAsync/Command/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function __construct(string $name, string $queryString)
{
$this->name = $name;
$this->queryString = $queryString;
$this->subject = new Subject();
}

// there is mechanisms to pre-describe types - we aren't getting into that
Expand Down

0 comments on commit 11dcb5b

Please sign in to comment.