Skip to content

Commit

Permalink
Revert 2.17.1 interface
Browse files Browse the repository at this point in the history
The `_initState` method and its associated annotations were removed as they are no longer used. This simplifies the interface and reduces unnecessary code clutter.
  • Loading branch information
koriym committed Feb 14, 2025
1 parent 907717b commit 6872b30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/WeavedInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

namespace Ray\Aop;

/** @psalm-import-type MethodBindings from Types */
interface WeavedInterface
{
/**
* @param MethodBindings $bindings
*
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
*/
public function _initState(array $bindings): void; // phpcs:ignore
}

0 comments on commit 6872b30

Please sign in to comment.