Skip to content

Commit

Permalink
Fix missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Aug 4, 2022
1 parent dc69f02 commit 60761c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/FakeObject.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
namespace Aura\Sql;

use stdClass;

class FakeObject extends stdClass
class FakeObject
{
public $id;
public $name;
public $foo;

public function __construct($foo)
Expand Down

0 comments on commit 60761c5

Please sign in to comment.