Skip to content

Commit 9ba6875

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents 0ec8ab4 + e2ae46d commit 9ba6875

3 files changed

Lines changed: 4 additions & 30 deletions

File tree

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ includes:
7272
- tests/phpstan/baselines/parameter.defaultValue.neon
7373
- tests/phpstan/baselines/parameter.notFound.neon
7474
- tests/phpstan/baselines/parameter.phpDocType.neon
75-
- tests/phpstan/baselines/parameter.unresolvableType.neon
7675
- tests/phpstan/baselines/parameterByRef.type.neon
7776
- tests/phpstan/baselines/parameterByRef.unusedType.neon
7877
- tests/phpstan/baselines/property.defaultValue.neon

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

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

tests/phpstan/baselines/parameter.unresolvableType.neon

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)