Skip to content

Commit

Permalink
fix: template for phpstan removed
Browse files Browse the repository at this point in the history
  • Loading branch information
shakaran committed Jun 4, 2024
1 parent 2c569c8 commit 82f247e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Tracing/Cache/TraceableCacheAdapterTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ private function traceFunction(string $spanOperation, \Closure $callback, string
}

/**
* @phpstan-template TResult
*
* @phpstan-param \Closure(): TResult $callback
* @phpstan-param \Closure(CacheItem): CacheItem $callback
* @phpstan-param string $key
*
* @phpstan-return callable(): CacheItem
Expand Down

0 comments on commit 82f247e

Please sign in to comment.