Skip to content

Commit

Permalink
phpstan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Nov 21, 2024
1 parent 5570db4 commit 4cb3942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Form/CustomCssType.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* @extends AbstractType<CustomCss>
*/
class CustomCssType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options): void
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"kimai/kimai": "dev-main",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"symfony/console": "^6.0",
"symfony/event-dispatcher": "^6.0"
}
Expand Down

0 comments on commit 4cb3942

Please sign in to comment.