We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2614 commit 1569137Copy full SHA for 1569137
src/Metadata/MetadataInterface.php
@@ -10,7 +10,6 @@
10
use PhpDb\Metadata\Object\TableObject;
11
use PhpDb\Metadata\Object\TriggerObject;
12
use PhpDb\Metadata\Object\ViewObject;
13
-use Symfony\Component\Console\Helper\Table;
14
15
interface MetadataInterface
16
{
src/Metadata/Source/AbstractSource.php
@@ -32,7 +32,7 @@ abstract class AbstractSource implements MetadataInterface
32
* Constructor
33
*/
34
public function __construct(
35
- protected AdapterInterface&Adapter&SchemaAwareInterface $adapter
+ protected AdapterInterface&SchemaAwareInterface $adapter
36
) {
37
$this->defaultSchema = $adapter->getCurrentSchema() ?: self::DEFAULT_SCHEMA;
38
}
0 commit comments