File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments