Skip to content

Commit

Permalink
Remove references to Psalm form classes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Mar 18, 2024
1 parent 200ac22 commit 11c2c60
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ composer.lock
coverage
docs
phpunit.xml
psalm.xml
vendor
.php-cs-fixer.cache

1 change: 0 additions & 1 deletion src/DelimiterProcessor/MarkDelimiterProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class MarkDelimiterProcessor implements DelimiterProcessorInterface
{
/** @psalm-readonly */
private string $char;

/**
Expand Down
1 change: 0 additions & 1 deletion src/MarkExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Wnx\CommonmarkMarkExtension\Element\Mark;
use Wnx\CommonmarkMarkExtension\Renderer\MarkRenderer;

/** @psalm-api */
class MarkExtension implements ConfigurableExtensionInterface
{
public function register(EnvironmentBuilderInterface $environment): void
Expand Down
2 changes: 0 additions & 2 deletions src/Renderer/MarkRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class MarkRenderer implements NodeRendererInterface
* @param Node $node
*
* {@inheritDoc}
*
* @psalm-suppress MoreSpecificImplementedParamType
*/
public function render(Node $node, ChildNodeRendererInterface $childRenderer): HtmlElement
{
Expand Down

0 comments on commit 11c2c60

Please sign in to comment.