Skip to content

Commit

Permalink
[Common] Update Experimental Action
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Jan 12, 2025
1 parent f06215a commit 6a8a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ parameters:
checkTooWideReturnTypesInProtectedAndPublicMethods: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#PHPDoc tag .+ #'
- identifier: missingType.generics
- identifier: missingType.iterableValue
- '#PHPDoc tag .+ #'
- '#Unsafe usage of new static\(\)#'
unused_public:
methods: false
properties: false
Expand Down
2 changes: 0 additions & 2 deletions src/Common/src/Actions/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
/** @experimental */
abstract class Action
{
abstract public function __construct(mixed ...$params);

public static function dispatch(mixed ...$params): static
{
return static::make(...$params)->handle();
Expand Down

0 comments on commit 6a8a739

Please sign in to comment.