Skip to content

Commit

Permalink
Fixing QA
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 7, 2022
1 parent df04aec commit 34017ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entities/FbBusConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function getDiscriminatorName(): string
/**
* {@inheritDoc}
*/
public function getSource()
public function getSource(): MetadataTypes\ModuleSourceType|MetadataTypes\PluginSourceType|MetadataTypes\ConnectorSourceType
{
return MetadataTypes\ConnectorSourceType::get(MetadataTypes\ConnectorSourceType::SOURCE_CONNECTOR_FB_BUS);
}
Expand Down
2 changes: 1 addition & 1 deletion src/Entities/FbBusDevice.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getDiscriminatorName(): string
/**
* {@inheritDoc}
*/
public function getSource()
public function getSource(): MetadataTypes\ModuleSourceType|MetadataTypes\PluginSourceType|MetadataTypes\ConnectorSourceType
{
return MetadataTypes\ConnectorSourceType::get(MetadataTypes\ConnectorSourceType::SOURCE_CONNECTOR_FB_BUS);
}
Expand Down

0 comments on commit 34017ea

Please sign in to comment.