Skip to content
Snippets Groups Projects

#3441902: phpcs, phpstan, phpunit updates.

15 files
+ 44
32
Compare changes
  • Side-by-side
  • Inline
Files
15
<?php
declare(strict_types = 1);
declare(strict_types=1);
namespace Drupal\markdown_easy\Plugin\Filter;
Loading