Skip to content

Commit 54d9eb6

Browse files
committed
docs: fqcn
1 parent 979e31a commit 54d9eb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/wp-includes/class-wp-feed-cache-transient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ class WP_Feed_Cache_Transient implements SimplePie\Cache\Base {
4949
* @since 3.2.0 Updated to use a PHP5 constructor.
5050
* @since 6.7.0 Parameter names have been updated to be in line with the `SimplePie\Cache\Base` interface.
5151
*
52-
* @param string $location URL location (scheme is used to determine handler).
53-
* @param string $name Unique identifier for cache object.
54-
* @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either `TYPE_FEED` ('spc') for SimplePie data,
55-
* or `TYPE_IMAGE` ('spi') for image data.
52+
* @param string $location URL location (scheme is used to determine handler).
53+
* @param string $name Unique identifier for cache object.
54+
* @param \SimplePie\Cache\Base::TYPE_FEED|Base::TYPE_IMAGE $type Either `TYPE_FEED` ('spc') for SimplePie data,
55+
* or `TYPE_IMAGE` ('spi') for image data.
5656
*/
5757
public function __construct( $location, $name, $type ) {
5858
$this->name = 'feed_' . $name;

0 commit comments

Comments
 (0)