Skip to content

Commit

Permalink
Ignore template params for now because they are not supported in our …
Browse files Browse the repository at this point in the history
…whole range of deps
  • Loading branch information
loevgaard committed Feb 1, 2024
1 parent 6d4104e commit 3a6dc0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<issueHandlers>
<MissingTemplateParam>
<errorLevel type="suppress">
<directory name="src/Factory"/>
<directory name="src/Form"/>
<directory name="src/Repository"/>
</errorLevel>
</MissingTemplateParam>
<PluginIssue name="QueryBuilderSetParameter" errorLevel="suppress"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Factory/CalloutRuleFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
use Setono\SyliusCalloutPlugin\Model\CalloutRuleInterface;
use Sylius\Component\Resource\Factory\FactoryInterface;

/**
* @extends FactoryInterface<CalloutRuleInterface>
*/
interface CalloutRuleFactoryInterface extends FactoryInterface
{
public function createHasTaxon(array $taxons): CalloutRuleInterface;
Expand Down
3 changes: 0 additions & 3 deletions src/Repository/CalloutRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
use Sylius\Component\Channel\Model\ChannelInterface;
use Sylius\Component\Resource\Repository\RepositoryInterface;

/**
* @extends RepositoryInterface<CalloutInterface>
*/
interface CalloutRepositoryInterface extends RepositoryInterface
{
public function findOneByCode(string $code): ?CalloutInterface;
Expand Down

0 comments on commit 3a6dc0a

Please sign in to comment.