Skip to content

Commit

Permalink
qa: remove leftover template type
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Sep 18, 2021
1 parent 9e9746d commit 883ff57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PluginManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ interface PluginManagerInterface extends ServiceLocatorInterface
* @throws InvalidServiceException If created instance does not respect the
* constraint on type imposed by the plugin manager.
* @throws ContainerException If any other error occurs.
* @psalm-assert TPlugin $instance
*/
public function validate($instance);
}

0 comments on commit 883ff57

Please sign in to comment.