Skip to content

Commit 74546d7

Browse files
committed
latest revision of psalm changes
Signed-off-by: Joey Smith <[email protected]> Signed-off-by: Joey Smith <[email protected]>
1 parent 19af1ac commit 74546d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Metadata/Source/AbstractSource.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@ abstract class AbstractSource implements MetadataInterface
6262
/** @psalm-var MetadataData */
6363
protected array $data = [];
6464

65-
/**
66-
* Constructor
67-
*/
6865
public function __construct(
6966
protected AdapterInterface&SchemaAwareInterface $adapter
7067
) {
71-
$this->defaultSchema = $adapter->getCurrentSchema() ?: self::DEFAULT_SCHEMA;
68+
$this->defaultSchema = $this->adapter->getCurrentSchema() ?: self::DEFAULT_SCHEMA;
7269
}
7370

7471
/**

0 commit comments

Comments
 (0)