Skip to content

Commit f0e4645

Browse files
authored
Prevent a warning in PHP 8.2 (#370)
* Prevent a warning in PHP 8.2 * Made a variable public to allow access in tests
1 parent 9206c46 commit f0e4645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PHPSQLParser/PHPSQLCreator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
*/
6666
class PHPSQLCreator {
6767

68+
public $created;
69+
6870
public function __construct($parsed = false) {
6971
if ($parsed) {
7072
$this->create($parsed);

0 commit comments

Comments
 (0)